mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
Small design changes (#327)
Merge remote-tracking branch 'remotes/main/master' into add-styling Restoring branches_list.xml Small design changes. Co-authored-by: anonTree1417 <example@example.com> Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/327 Reviewed-by: M M Arif <mmarif@swatian.com> Reviewed-by: 6543 <6543@noreply.gitea.io>
This commit is contained in:
parent
39ad052ad5
commit
dd2339ec34
@ -26,12 +26,14 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/labelsOptionsMenu"
|
android:id="@+id/labelsOptionsMenu"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="end"
|
android:layout_gravity="end"
|
||||||
|
android:layout_weight="0.15"
|
||||||
|
android:contentDescription="@string/labelMenuContentDesc"
|
||||||
android:gravity="end"
|
android:gravity="end"
|
||||||
android:src="@drawable/ic_dotted_menu_horizontal"
|
android:scaleType="fitEnd"
|
||||||
android:contentDescription="@string/labelMenuContentDesc" />
|
android:src="@drawable/ic_dotted_menu_horizontal" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
Loading…
Reference in New Issue
Block a user