|
|
bet | 12/12 | Sana | 04.08.2021 | Hajmi | 0,72 Mb. | | #137733 |
|
List_row.xml
"1.0" encoding="utf-8"?>
"http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="match_parent"
android:orientation="vertical" >
android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" >
android:id="@+id/icon" android:layout_width="30dp" android:layout_height="40dp" android:layout_marginLeft="4dp" android:layout_marginRight="8dp" android:layout_marginTop="8dp"
android:src="@drawable/ic_launcher" >
"@+id/label"
android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="6dp" android:textColor="@color/black" android:textSize="30sp" >
"@+id/kun"
android:layout_width="fill_parent" android:layout_height="wrap_content" android:textColor="@color/black" android:textSize="15sp" >
Edit_main.xml
"1.0" encoding="utf-8"?>
"http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@color/listcolor" android:orientation="vertical" >
"@+id/category"
android:layout_width="wrap_content" android:layout_height="wrap_content" android:entries="@array/priorities" >
"@+id/LinearLayout01" android:layout_width="fill_parent" android:layout_height="wrap_content" >
"@+id/todo_edit_summary" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" android:hint="Кратко" >
"@+id/todo_edit_description" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" android:gravity="top" android:hint="Berilishi" >
Main.xml
"1.0" encoding="utf-8"?>
"http://schemas.android.com/apk/res/android" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:background="@color/listcolor" android:orientation="vertical" >
"@+id/Kunlar"
android:layout_width="match_parent" android:layout_height="wrap_content" android:entries="@array/priorities"/>
"@android:id/list"
android:layout_width="wrap_content" android:layout_height="wrap_content" >
"@android:id/empty" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/no_todos" />
Do'stlaringiz bilan baham: |
|
|