mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 13:19:52 +01:00
Updated java.library.path.
This commit is contained in:
10
briar-android/src/main/res/layout/navigation_header.xml
Normal file
10
briar-android/src/main/res/layout/navigation_header.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ImageView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="85dp"
|
||||
android:contentDescription="@string/app_name"
|
||||
android:scaleType="fitStart"
|
||||
android:src="@drawable/navigation_drawer_header"
|
||||
tools:showIn="@layout/navigation_menu"/>
|
||||
Reference in New Issue
Block a user