Fragments rotation bugs correction

New task layout for large screens (tablets)
Better task list layout
This commit is contained in:
bg45
2017-02-28 17:24:36 -05:00
parent e3c02c54d4
commit 558a0dad02
9 changed files with 135 additions and 34 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
android:orientation="horizontal">
<ImageView
android:id="@+id/handle"
android:layout_width="wrap_content"
@@ -19,8 +19,9 @@
android:textAppearance="?android:attr/textAppearanceMedium"/>
<EditText
android:id="@+id/task_list_name"
android:layout_width="175dp"
android:layout_width="0dp"
android:layout_height="?listPreferredItemHeight"
android:layout_weight="2"
android:inputType="text"
android:textAppearance="?android:attr/textAppearanceLarge"/>
<Button

View File

@@ -20,8 +20,9 @@
android:layout_marginStart="75dp">
<EditText
android:id="@+id/new_task_list_name"
android:layout_width="175dp"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="2"
android:hint="@string/task_list_new_list_hint"/>
<Button
android:id="@+id/new_task_list_button"