//Stock_FacingActivity Changes today

This commit is contained in:
Gagan290
2017-01-21 13:34:45 +05:30
parent 9297c97bc8
commit 2b7cfd7f72
14 changed files with 260 additions and 56 deletions
@@ -77,12 +77,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:hint="@string/stock_facing_stock"
android:inputType="number"
android:maxLength="7"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="#222"
android:textColorHint="#666" />
<!--android:hint="@string/stock_facing_stock"-->
</LinearLayout>
<LinearLayout
@@ -106,12 +106,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:hint="@string/stock_facing_faceup"
android:inputType="number"
android:maxLength="7"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="#222"
android:textColorHint="#666" />
<!--android:hint="@string/stock_facing_faceup"-->
</LinearLayout>
</LinearLayout>
@@ -46,7 +46,7 @@
android:layout_height="match_parent"
android:layout_weight=".6"
android:paddingRight="5dp"
android:text="@string/stock_facing_sos"
android:text="-"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="#222" />
</LinearLayout>