Restoring branches_list.xml

This commit is contained in:
anonTree1417 2020-03-31 16:52:39 +02:00
parent 60781ac4c3
commit f12219ace7
1 changed files with 2 additions and 2 deletions

View File

@ -18,17 +18,17 @@
android:id="@+id/branchName"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="monospace"
android:textColor="?attr/primaryTextColor"
android:textIsSelectable="true"
android:textSize="18sp" />
<TextView
android:id="@+id/branchCommitAuthor"
android:layout_marginTop="10dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="?attr/primaryTextColor"
android:textIsSelectable="true"
android:textColor="?attr/primaryTextColor"
android:textSize="16sp" />
<TextView