diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-03-11 23:44:59 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-03-11 23:44:59 +0100 |
commit | a4444026444c75678db1663e01de05df225cd9ed (patch) | |
tree | 3bee0b26345feee9eeb477e45e4d443c52d832ca /src/main/res/layout/account_row.xml | |
parent | bfc5000b6aa3d401ad80e04c43a6671aa9c2c619 (diff) |
Fixes FS#51: Change toggle in Account Management back to standard
Diffstat (limited to 'src/main/res/layout/account_row.xml')
-rw-r--r-- | src/main/res/layout/account_row.xml | 3 |
1 files changed, 1 insertions, 2 deletions
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" /> </LinearLayout> - <de.thedevstack.conversationsplus.ui.widget.Switch - style="@style/MD" + <Switch android:id="@+id/tgl_account_status" android:layout_width="wrap_content" android:layout_height="wrap_content" |