]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/switch_item.xml
convert the show hidden accounts item to a switch
[mobile-ledger.git] / app / src / main / res / layout / switch_item.xml
diff --git a/app/src/main/res/layout/switch_item.xml b/app/src/main/res/layout/switch_item.xml
new file mode 100644 (file)
index 0000000..06b0f24
--- /dev/null
@@ -0,0 +1,10 @@
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent">
+
+    <Switch
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_centerHorizontal="true"
+        android:layout_centerVertical="true" />
+</RelativeLayout>