add menue entry and strings

This commit is contained in:
6543
2019-09-03 16:46:38 +02:00
parent f23c4074f3
commit ce63cde4ee
3 changed files with 14 additions and 0 deletions

View File

@ -67,4 +67,16 @@
android:textSize="16sp"
android:padding="16dp" />
<TextView
android:id="@+id/openWebRepo"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:drawableStart="@drawable/ic_web_open"
android:drawablePadding="24dp"
android:padding="16dp"
android:text="@string/openWebRepo"
android:textColor="@color/white"
android:textSize="16sp" />
</LinearLayout>