mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-06 16:27:38 +03:00
23 lines
799 B
XML
23 lines
799 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:id="@+id/breadcrumbsRoot"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:background="?riotx_background"
|
||
|
android:clickable="true"
|
||
|
android:focusable="true"
|
||
|
android:foreground="?attr/selectableItemBackground">
|
||
|
|
||
|
<ImageView
|
||
|
android:id="@+id/breadcrumbsImageView"
|
||
|
android:layout_width="56dp"
|
||
|
android:layout_height="56dp"
|
||
|
android:layout_marginStart="12dp"
|
||
|
android:layout_marginTop="4dp"
|
||
|
android:layout_marginEnd="12dp"
|
||
|
android:layout_marginBottom="4dp"
|
||
|
tools:src="@tools:sample/avatars" />
|
||
|
|
||
|
</FrameLayout>
|