主页底部按钮修改
This commit is contained in:
@ -8,8 +8,8 @@
|
||||
android:color="#cccccc" />
|
||||
|
||||
<padding
|
||||
android:bottom="0dp"
|
||||
android:top="5dp"
|
||||
android:bottom="5dp"
|
||||
android:top="2dp"
|
||||
android:left="0dp"
|
||||
android:right="0dp" />
|
||||
</shape>
|
||||
@ -15,8 +15,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/border"
|
||||
android:orientation="horizontal"
|
||||
android:baselineAligned="false"
|
||||
android:padding="5dp" >
|
||||
android:baselineAligned="false" >
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/home1_layout"
|
||||
@ -28,8 +27,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/message_image"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_width="35.5dp"
|
||||
android:layout_height="35.5dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:src="@drawable/home1_unselected" />
|
||||
|
||||
@ -39,7 +38,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="游戏"
|
||||
android:textColor="@color/theme_colors"
|
||||
android:textSize="12sp" />
|
||||
android:textSize="11sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@ -52,8 +51,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/contacts_image"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_width="35.5dp"
|
||||
android:layout_height="35.5dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:src="@drawable/home2_unselected" />
|
||||
|
||||
@ -63,7 +62,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="资讯"
|
||||
android:textColor="#333333"
|
||||
android:textSize="12sp" />
|
||||
android:textSize="11sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@ -76,8 +75,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/news_image"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_width="35.5dp"
|
||||
android:layout_height="35.5dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:src="@drawable/home3_unselected" />
|
||||
|
||||
@ -87,7 +86,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="我的光环"
|
||||
android:textColor="#333333"
|
||||
android:textSize="12sp" />
|
||||
android:textSize="11sp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user