mirror of https://codeberg.org/gitnex/GitNex.git
Small design changes.
This commit is contained in:
parent
6e0880e6d8
commit
60781ac4c3
|
@ -18,17 +18,17 @@
|
||||||
android:id="@+id/branchName"
|
android:id="@+id/branchName"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:fontFamily="monospace"
|
||||||
android:textColor="?attr/primaryTextColor"
|
android:textColor="?attr/primaryTextColor"
|
||||||
android:textIsSelectable="true"
|
android:textIsSelectable="true"
|
||||||
android:textSize="18sp" />
|
android:textSize="18sp" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/branchCommitAuthor"
|
android:id="@+id/branchCommitAuthor"
|
||||||
android:layout_marginTop="10dp"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textIsSelectable="true"
|
|
||||||
android:textColor="?attr/primaryTextColor"
|
android:textColor="?attr/primaryTextColor"
|
||||||
|
android:textIsSelectable="true"
|
||||||
android:textSize="16sp" />
|
android:textSize="16sp" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
|
|
@ -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