]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/layout/switch_item.xml
06b0f249fb2b5745905b6ba8175504ebe234d9f6
[mobile-ledger.git] / app / src / main / res / 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>