mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-07-16 09:52:49 -05:00
Enhance labels in list
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
android:id="@+id/labelView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:cardCornerRadius="5dp"
|
||||
app:cardCornerRadius="18dp"
|
||||
app:cardElevation="0dp"
|
||||
app:contentPaddingBottom="3dp"
|
||||
app:contentPaddingLeft="10dp"
|
||||
@@ -27,8 +27,10 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/labelIcon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:layout_weight="0"
|
||||
android:contentDescription="@string/generalImgContentText"
|
||||
app:tint="@color/colorWhite"
|
||||
|
||||
Reference in New Issue
Block a user