Import test Activities from Riot

This commit is contained in:
Benoit Marty
2019-06-06 10:28:11 +02:00
parent 8afe31192b
commit 917282303d
17 changed files with 555 additions and 0 deletions

View File

@ -16,6 +16,17 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<ImageView
android:id="@+id/homeDrawerHeaderDebugView"
style="@style/VectorDebug"
android:layout_width="@dimen/layout_touch_size"
android:layout_height="@dimen/layout_touch_size"
android:scaleType="center"
android:src="@drawable/ic_settings_x"
android:tint="@color/riotx_accent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/homeDrawerHeaderAvatarView"
android:layout_width="64dp"