]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/profile_detail.xml
profile flag for enabling/disabling addition of new transactions
[mobile-ledger.git] / app / src / main / res / layout / profile_detail.xml
index 43c74383dda7b7297ca50f235bddc7ce68b4a888..04e60dd08239b2cb1d9b755b4374889aa605af7a 100644 (file)
         android:layout_height="wrap_content"
         android:orientation="vertical">
 
+        <Switch
+            android:id="@+id/profile_permit_posting"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:layout_marginBottom="16dp"
+            android:text="@string/posting_permitted" />
+
         <Switch
             android:id="@+id/enable_http_auth"
             android:layout_width="match_parent"