1
0
mirror of https://codeberg.org/gitnex/GitNex synced 2025-03-09 16:10:50 +01:00

Restoring branches_list.xml

This commit is contained in:
anonTree1417 2020-03-31 16:52:39 +02:00
parent 60781ac4c3
commit f12219ace7

View File

@ -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:textColor="?attr/primaryTextColor"
android:textIsSelectable="true" android:textIsSelectable="true"
android:textColor="?attr/primaryTextColor"
android:textSize="16sp" /> android:textSize="16sp" />
<TextView <TextView