]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/profile_detail.xml
profile-level setting for showing commodify in new transaction screen by default
[mobile-ledger.git] / app / src / main / res / layout / profile_detail.xml
index c1aea4dc3a1830e268bd040e90bf05684ad9b936..fd39b41d3e4b2d81895a2303e3238e89faf8cfbc 100644 (file)
             android:text="@string/posting_permitted"
             android:textAppearance="?android:textAppearanceListItem" />
 
+        <Switch
+            android:id="@+id/profile_show_commodity"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:layout_marginBottom="16dp"
+            android:text="@string/currency_input_by_default"
+            android:textAppearance="?android:textAppearanceListItem"/>
+
         <LinearLayout
             android:id="@+id/future_dates_layout"
             android:layout_width="match_parent"