Commit 6a964e80 by Wyh

9.02 調整佈局

Signed-off-by: Wyh <1239658231>
parent e3e7e244
package com.gingersoft.gsa.other_order_mode.ui.activity
fun main() {
var aaa = "1234567891023456789"
var str = "asdf sdafas saf"
}
\ No newline at end of file
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
app:hl_cornerRadius="@dimen/dp_4" app:hl_cornerRadius="@dimen/dp_4"
app:hl_shadowBackColor="@color/white" app:hl_shadowBackColor="@color/white"
app:hl_shadowLimit="@dimen/dp_0"> app:hl_shadowLimit="@dimen/dp_0">
<!--管理-->
<LinearLayout <LinearLayout
android:id="@+id/layout_management" android:id="@+id/layout_management"
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
android:visibility="gone"/> android:visibility="gone"/>
</LinearLayout> </LinearLayout>
<!-- 員工管理-->
<LinearLayout <LinearLayout
android:id="@+id/ll_staff_management" android:id="@+id/ll_staff_management"
android:layout_width="match_parent" android:layout_width="match_parent"
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
android:id="@+id/iv_main_home_item_function_icon" android:id="@+id/iv_main_home_item_function_icon"
android:layout_width="@dimen/dp_44" android:layout_width="@dimen/dp_44"
android:layout_height="@dimen/dp_44" android:layout_height="@dimen/dp_44"
android:layout_marginTop="@dimen/dp_10"
android:src="@drawable/ic_dining_table" /> android:src="@drawable/ic_dining_table" />
<TextView <TextView
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment