diff options
author | iNPUTmice <daniel@gultsch.de> | 2015-04-01 23:24:35 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2015-04-01 23:24:35 +0200 |
commit | cb29c5bb15c31d4b2cde81ba91d89e11518578b4 (patch) | |
tree | c0375d3a358f8f3d5ddaf3f0b73e07d34da65e67 /src/main/res/layout | |
parent | 1a376cacaca2ff3199624e791d1f4990196297fd (diff) | |
parent | e64049c4fc0f4514dee011a1f616ea4bdff1f16a (diff) |
Merge branch 'account_state_switch' of https://github.com/BrianBlade/Conversations into BrianBlade-account_state_switch
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/account_row.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml index 60b69090..1cd29d59 100644 --- a/src/main/res/layout/account_row.xml +++ b/src/main/res/layout/account_row.xml @@ -41,4 +41,12 @@ android:textStyle="bold" /> </LinearLayout> + <Switch + android:id="@+id/tgl_account_status" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_alignParentRight="true" + android:layout_centerVertical="true" + android:focusable="false"/> + </RelativeLayout>
\ No newline at end of file |