]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/profile_detail.xml
profile color control
[mobile-ledger.git] / app / src / main / res / layout / profile_detail.xml
index b66a712ff91575c3d2fdf15aa5ea62f4cb806e77..b69e518ad259cfdc76b11da1c82f2d638ff92ad7 100644 (file)
             </android.support.design.widget.TextInputLayout>
         </LinearLayout>
 
+        <LinearLayout
+            android:id="@+id/profileColorRow"
+            android:layout_width="match_parent"
+            android:layout_height="match_parent"
+            android:orientation="horizontal">
+
+            <TextView
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:layout_gravity="center_vertical"
+                android:layout_weight="2"
+                android:text="@string/color_label" />
+
+            <Spinner
+                android:id="@+id/colorSpinner"
+                android:layout_width="80dp"
+                android:layout_height="80dp"
+                android:layout_weight="2" />
+
+        </LinearLayout>
+
 
     </LinearLayout>
 </LinearLayout>
\ No newline at end of file