diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-07-14 14:28:53 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-07-14 14:29:46 +0200 |
| commit | b793d918609edd4c489853fa6c3aca5ede59ca93 (patch) | |
| tree | be8e2c58eec1c066761041630bf6cf34c1a6ea4a /main/res/layout | |
| parent | c9e2182c6db930fb4794e20b7009b12051f9b108 (diff) | |
| download | cgeo-b793d918609edd4c489853fa6c3aca5ede59ca93.zip cgeo-b793d918609edd4c489853fa6c3aca5ede59ca93.tar.gz cgeo-b793d918609edd4c489853fa6c3aca5ede59ca93.tar.bz2 | |
cleanup: remove unused number picker and string resources
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/number_picker_preference.xml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/main/res/layout/number_picker_preference.xml b/main/res/layout/number_picker_preference.xml deleted file mode 100644 index e630242..0000000 --- a/main/res/layout/number_picker_preference.xml +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:padding="8dp" - android:orientation="vertical" > - - <TextView - android:id="@+id/number_picker_message" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:paddingBottom="8dp" - android:textAppearance="?android:attr/textAppearanceSmall" /> - - <LinearLayout - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:gravity="center" - android:orientation="horizontal" > - - <Button - android:id="@+id/number_picker_minus" - android:layout_height="wrap_content" - android:layout_width="wrap_content" - android:text="@string/button_minus" - android:width="48dp" /> - - <EditText - android:id="@+id/number_picker_input" - android:layout_height="wrap_content" - android:layout_width="wrap_content" - android:width="64dp" - android:gravity="center" - android:inputType="number"> - <requestFocus /> - </EditText> - - <Button - android:id="@+id/number_picker_plus" - android:layout_height="wrap_content" - android:layout_width="wrap_content" - android:text="@string/button_plus" - android:width="48dp"/> - - </LinearLayout> - -</LinearLayout> |
