]> git.ktnx.net Git - mobile-ledger-staging.git/blob - layout/switch_item.xml
prepare v0.21.0 (49) for release
[mobile-ledger-staging.git] / layout / switch_item.xml
1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     android:layout_width="match_parent"
3     android:layout_height="match_parent">
4
5     <Switch
6         android:layout_width="wrap_content"
7         android:layout_height="wrap_content"
8         android:layout_centerHorizontal="true"
9         android:layout_centerVertical="true" />
10 </RelativeLayout>