Add tags and filters from nav drawer
@ -1,14 +0,0 @@
|
|||||||
/**
|
|
||||||
* Copyright (c) 2012 Todoroo Inc
|
|
||||||
*
|
|
||||||
* See the file "LICENSE" for the full license governing this code.
|
|
||||||
*/
|
|
||||||
package com.todoroo.astrid.actfm;
|
|
||||||
|
|
||||||
public class TagSettingsActivityTablet extends TagSettingsActivity {
|
|
||||||
/**
|
|
||||||
* This class exists for the sole purpose of being declared separately in the manifest
|
|
||||||
* so that we don't get crazy bugs with it being Dialog Theme on tablets and normal theme
|
|
||||||
* on phones.
|
|
||||||
*/
|
|
||||||
}
|
|
||||||
|
After Width: | Height: | Size: 124 B |
|
After Width: | Height: | Size: 127 B |
|
After Width: | Height: | Size: 108 B |
|
After Width: | Height: | Size: 97 B |
|
After Width: | Height: | Size: 114 B |
|
After Width: | Height: | Size: 97 B |
|
After Width: | Height: | Size: 86 B |
|
After Width: | Height: | Size: 88 B |
@ -1,60 +1,67 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
** Copyright (c) 2012 Todoroo Inc
|
android:layout_width="match_parent"
|
||||||
**
|
android:layout_height="match_parent"
|
||||||
** See the file "LICENSE" for the full license governing this code.
|
android:background="?attr/asContentBackground"
|
||||||
-->
|
android:orientation="vertical">
|
||||||
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:id="@+id/settings"
|
<include layout="@layout/toolbar" />
|
||||||
android:background="?attr/asEditBackground"
|
|
||||||
android:layout_width="fill_parent"
|
<include layout="@layout/toolbar_separator"/>
|
||||||
android:layout_height="fill_parent"
|
|
||||||
android:layout_weight="100"
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:padding="10dip"
|
android:id="@+id/settings"
|
||||||
android:paddingTop="0dip" >
|
android:background="?attr/asEditBackground"
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="0dp"
|
||||||
android:orientation="vertical" >
|
android:layout_weight="100"
|
||||||
|
android:padding="10dip"
|
||||||
|
android:paddingTop="0dip" >
|
||||||
|
|
||||||
<RelativeLayout
|
<LinearLayout
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingBottom="5dip"
|
android:orientation="vertical" >
|
||||||
android:paddingTop="5dip" >
|
|
||||||
|
|
||||||
<!-- picture -->
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/tag_label"
|
|
||||||
style="@style/TextAppearance"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_alignParentTop="true"
|
|
||||||
android:text="@string/actfm_TVA_tag_label" />
|
|
||||||
|
|
||||||
<LinearLayout
|
<RelativeLayout
|
||||||
android:background="?attr/asEditRowBackground"
|
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@id/tag_label"
|
android:paddingBottom="5dip"
|
||||||
android:layout_marginTop="14dip"
|
android:paddingTop="5dip" >
|
||||||
android:padding="10dip"
|
|
||||||
android:paddingBottom="14dip" >
|
<!-- picture -->
|
||||||
|
|
||||||
<EditText
|
<TextView
|
||||||
android:id="@+id/tag_name"
|
android:id="@+id/tag_label"
|
||||||
android:textColor="@android:color/black"
|
style="@style/TextAppearance"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_alignParentTop="true"
|
||||||
|
android:text="@string/actfm_TVA_tag_label" />
|
||||||
|
|
||||||
|
<LinearLayout
|
||||||
|
android:background="?attr/asEditRowBackground"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="#00000000"
|
android:layout_below="@id/tag_label"
|
||||||
android:hint="@string/actfm_TVA_tag_name_hint"
|
android:layout_marginTop="14dip"
|
||||||
android:singleLine="true"
|
android:padding="10dip"
|
||||||
android:inputType="textCapSentences"
|
android:paddingBottom="14dip" >
|
||||||
android:imeOptions="flagNoExtractUi"
|
|
||||||
android:textSize="15sp" />
|
<EditText
|
||||||
</LinearLayout>
|
android:id="@+id/tag_name"
|
||||||
</RelativeLayout>
|
android:textColor="@android:color/black"
|
||||||
</LinearLayout>
|
android:layout_width="fill_parent"
|
||||||
</ScrollView>
|
android:layout_height="wrap_content"
|
||||||
|
android:background="#00000000"
|
||||||
|
android:hint="@string/actfm_TVA_tag_name_hint"
|
||||||
|
android:singleLine="true"
|
||||||
|
android:inputType="textCapSentences"
|
||||||
|
android:imeOptions="flagNoExtractUi"
|
||||||
|
android:textSize="15sp" />
|
||||||
|
</LinearLayout>
|
||||||
|
</RelativeLayout>
|
||||||
|
</LinearLayout>
|
||||||
|
</ScrollView>
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
|||||||