Kurs ishi mavzu




Download 1,09 Mb.
bet9/12
Sana17.12.2023
Hajmi1,09 Mb.
#121185
1   ...   4   5   6   7   8   9   10   11   12
Bog'liq
Matkarimov Sardor kurs ishi
ANDIJON DAVLAT UNIVERSITETI IJTIMOIY IQTISODIYOT FAKULTETI
activity_settings.xml
SettingsActivity.kt oynasi uchun dizayn fayli kodi:

xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">

android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Name: Sardor"
android:textSize="36sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />



item_wave_line.xml
tolqin chiziq uchun dizayn fayl kodi:

xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_height="10dp">

android:id="@+id/lineView"
android:layout_width="100dp"
android:layout_height="match_parent"
android:background="@drawable/ic_wave_line"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />



item_word.xml
har bir so’z uchun ko’rinish dizayni kodi:

xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:layout_marginEnd="4dp">

android:id="@+id/wordView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="word"
android:textColor="@color/color_selector"
android:textSize="36sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

android:id="@+id/firstLineView"
android:layout_width="0dp"
android:layout_height="10dp"
android:background="@drawable/shape_line"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="@id/wordView"
app:layout_constraintStart_toStartOf="@id/wordView"
app:layout_constraintTop_toBottomOf="@id/wordView" />

android:id="@+id/secondLineView"
android:layout_width="0dp"
android:layout_height="10dp"
android:background="@drawable/shape_line"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="@id/firstLineView"
app:layout_constraintStart_toStartOf="@id/firstLineView"
app:layout_constraintTop_toBottomOf="@id/firstLineView" />

android:id="@+id/recyclerView"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="@id/wordView"
app:layout_constraintStart_toStartOf="@id/wordView"
app:layout_constraintTop_toBottomOf="@id/wordView" />




Download 1,09 Mb.
1   ...   4   5   6   7   8   9   10   11   12




Download 1,09 Mb.