[Modify]公会页面图标修改
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 807 B After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 976 B After Width: | Height: | Size: 1.2 KiB |
@@ -189,12 +189,12 @@
|
||||
android:paddingBottom="10dp"
|
||||
android:text="@string/layout_activity_module_hall_03"
|
||||
android:textColor="@color/text_normal_c6c6e9"
|
||||
android:textSize="15dp" />
|
||||
android:textSize="@dimen/sp_15" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_hall_member_search"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/ic_hall_member_search"
|
||||
android:visibility="visible" />
|
||||
@@ -203,17 +203,18 @@
|
||||
android:id="@+id/iv_hall_member_more"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableEnd="@drawable/ic_hall_member_more"
|
||||
android:gravity="center"
|
||||
android:layout_marginStart="@dimen/dp_12"
|
||||
android:text="@string/layout_activity_module_hall_04"
|
||||
android:textColor="@color/text_normal_c6c6e9"
|
||||
android:textSize="12sp"
|
||||
android:textSize="@dimen/sp_14"
|
||||
android:drawablePadding="@dimen/dp_10"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible" />
|
||||
tools:visibility="visible"
|
||||
app:drawableStartCompat="@drawable/ic_hall_member_more" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
|
||||
android:id="@+id/srl_group"
|
||||
android:layout_width="match_parent"
|
||||
|
Reference in New Issue
Block a user