camera handle for arabic language
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -21,6 +21,8 @@
|
||||
|
||||
</android.support.design.widget.AppBarLayout>
|
||||
|
||||
<include layout="@layout/content_category_picture" />
|
||||
|
||||
<android.support.design.widget.FloatingActionButton
|
||||
android:id="@+id/fab"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -29,6 +31,4 @@
|
||||
android:layout_margin="@dimen/fab_margin"
|
||||
app:srcCompat="@drawable/save_icon" />
|
||||
|
||||
<include layout="@layout/content_category_picture" />
|
||||
|
||||
</android.support.design.widget.CoordinatorLayout>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginLeft="5dp"
|
||||
android:background="@mipmap/camera_orange" />
|
||||
android:background="@drawable/camera_orange_star_green" />
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -21,33 +21,30 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentTop="true"
|
||||
|
||||
android:padding="10sp">
|
||||
android:layout_alignParentTop="true">
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textviewname"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginRight="6sp"
|
||||
android:layout_marginTop="7dp"
|
||||
android:gravity="center"
|
||||
android:text="Text View "
|
||||
android:textSize="15sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
|
||||
<Button
|
||||
android:id="@+id/cameranew"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginRight="20dp"
|
||||
android:layout_alignParentTop="true"
|
||||
android:background="@mipmap/camera_orange"
|
||||
android:focusable="false" />
|
||||
|
||||
@@ -56,11 +53,10 @@
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginRight="80dp"
|
||||
android:background="@mipmap/camera_orange" />
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
</android.support.v7.widget.CardView>
|
||||
</RelativeLayout>
|
||||
@@ -216,10 +216,10 @@
|
||||
|
||||
<string name="stock_planogram_data_add_shelf_position_already_exists">الرف/ الموقع موجود بالفعل</string>
|
||||
|
||||
<string name="stock_planogram_add_shelf">Add Shelf</string>
|
||||
<string name="stock_planogram_add_sku">Add Sku</string>
|
||||
<string name="stock_planogram_add_sku_to_shelf">Add Sku to Shelf</string>
|
||||
<string name="stock_planogram_planogram_tracker">Planogram Tracker</string>
|
||||
<string name="stock_planogram_position_on_shelf">Position on Shelf</string>
|
||||
<string name="stock_planogram_add_shelf">إضافة الرف</string>
|
||||
<string name="stock_planogram_add_sku">الصنف إضافة</string>
|
||||
<string name="stock_planogram_add_sku_to_shelf">إضافة منتج إلى الجرف</string>
|
||||
<string name="stock_planogram_planogram_tracker">صورة مقطعية المقتفي</string>
|
||||
<string name="stock_planogram_position_on_shelf">موقف بشأن الجرف</string>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user