]> git.ktnx.net Git - mobile-ledger.git/blob - layout/switch_item.xml
bump androidx.constraintlayout library version
[mobile-ledger.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>