From a4444026444c75678db1663e01de05df225cd9ed Mon Sep 17 00:00:00 2001 From: steckbrief Date: Fri, 11 Mar 2016 23:44:59 +0100 Subject: Fixes FS#51: Change toggle in Account Management back to standard --- src/main/res/drawable/switch_back_off.xml | 15 --------------- src/main/res/drawable/switch_back_on.xml | 16 ---------------- src/main/res/drawable/switch_thumb.xml | 12 ------------ src/main/res/layout/account_row.xml | 3 +-- src/main/res/layout/contact_key.xml | 5 ++--- src/main/res/values/styles.xml | 13 ------------- 6 files changed, 3 insertions(+), 61 deletions(-) delete mode 100644 src/main/res/drawable/switch_back_off.xml delete mode 100644 src/main/res/drawable/switch_back_on.xml delete mode 100644 src/main/res/drawable/switch_thumb.xml (limited to 'src/main/res') diff --git a/src/main/res/drawable/switch_back_off.xml b/src/main/res/drawable/switch_back_off.xml deleted file mode 100644 index 20d2fb14..00000000 --- a/src/main/res/drawable/switch_back_off.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/res/drawable/switch_back_on.xml b/src/main/res/drawable/switch_back_on.xml deleted file mode 100644 index 45117a98..00000000 --- a/src/main/res/drawable/switch_back_on.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/res/drawable/switch_thumb.xml b/src/main/res/drawable/switch_thumb.xml deleted file mode 100644 index ba3d1c45..00000000 --- a/src/main/res/drawable/switch_thumb.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml index 05270e3a..d1ec92af 100644 --- a/src/main/res/layout/account_row.xml +++ b/src/main/res/layout/account_row.xml @@ -46,8 +46,7 @@ android:textStyle="bold" /> - - + android:layout_centerVertical="true"/> \ No newline at end of file diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml index e8572d9d..450cf183 100644 --- a/src/main/res/values/styles.xml +++ b/src/main/res/values/styles.xml @@ -4,18 +4,5 @@ 1.5dp @color/black12 - \ No newline at end of file -- cgit v1.2.3