|
@@ -22,6 +22,7 @@
|
|
|
|
|
|
<com.yarolegovich.mp.MaterialPreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<com.yarolegovich.mp.MaterialPreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:apc="http://schemas.android.com/apk/res-auto"
|
|
xmlns:apc="http://schemas.android.com/apk/res-auto"
|
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/settings_screen"
|
|
android:id="@+id/settings_screen"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
android:layout_height="match_parent">
|
|
@@ -60,7 +61,7 @@
|
|
android:layout_below="@id/avatar_image"
|
|
android:layout_below="@id/avatar_image"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginTop="@dimen/margin_between_elements"
|
|
android:layout_marginTop="@dimen/margin_between_elements"
|
|
- android:textColor="@color/nc_incoming_text_default" />
|
|
|
|
|
|
+ tools:text="Jane Doe" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/base_url_text"
|
|
android:id="@+id/base_url_text"
|
|
@@ -69,7 +70,7 @@
|
|
android:layout_below="@id/display_name_text"
|
|
android:layout_below="@id/display_name_text"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_margin="4dp"
|
|
android:layout_margin="4dp"
|
|
- android:textColor="@color/nc_incoming_text_default" />
|
|
|
|
|
|
+ tools:text="jane@nextcloud.com"/>
|
|
|
|
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
|
android:id="@+id/avatar_image"
|
|
android:id="@+id/avatar_image"
|
|
@@ -77,7 +78,8 @@
|
|
android:layout_height="@dimen/avatar_size_big"
|
|
android:layout_height="@dimen/avatar_size_big"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:transitionName="userAvatar.transitionTag"
|
|
android:transitionName="userAvatar.transitionTag"
|
|
- apc:roundAsCircle="true" />
|
|
|
|
|
|
+ apc:roundAsCircle="true"
|
|
|
|
+ tools:src="@tools:sample/avatars[0]" />
|
|
|
|
|
|
|
|
|
|
<com.yarolegovich.mp.MaterialStandardPreference
|
|
<com.yarolegovich.mp.MaterialStandardPreference
|