Format
This commit is contained in:
parent
961f3bcd19
commit
ea3abee63a
|
@ -4,8 +4,8 @@
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:id="@+id/coordinatorLayout"
|
android:id="@+id/coordinatorLayout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:background="?riotx_background"
|
android:layout_height="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:background="?riotx_background">
|
||||||
|
|
||||||
<androidx.recyclerview.widget.RecyclerView
|
<androidx.recyclerview.widget.RecyclerView
|
||||||
android:id="@+id/roomList"
|
android:id="@+id/roomList"
|
||||||
|
@ -49,10 +49,10 @@
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:gravity="start|center"
|
android:gravity="start|center"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
tools:text="@tools:sample/lorem/random"
|
|
||||||
android:textColor="?riotx_text_primary"
|
android:textColor="?riotx_text_primary"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:textStyle="bold" />
|
android:textStyle="bold"
|
||||||
|
tools:text="@tools:sample/lorem/random" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/appBarSpaceInfo"
|
android:id="@+id/appBarSpaceInfo"
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:textColor="?riotx_text_secondary"
|
android:textColor="?riotx_text_secondary"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
tools:text="@tools:sample/lorem/random"/>
|
tools:text="@tools:sample/lorem/random" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
@ -83,13 +83,13 @@
|
||||||
app:layout_constraintTop_toBottomOf="@+id/addRoomToSpaceToolbar"
|
app:layout_constraintTop_toBottomOf="@+id/addRoomToSpaceToolbar"
|
||||||
app:queryHint="@string/search_hint_room_name" />
|
app:queryHint="@string/search_hint_room_name" />
|
||||||
|
|
||||||
<!-- <ProgressBar-->
|
<!-- <ProgressBar-->
|
||||||
<!-- android:id="@+id/listBuildingProgress"-->
|
<!-- android:id="@+id/listBuildingProgress"-->
|
||||||
<!-- android:indeterminate="true"-->
|
<!-- android:indeterminate="true"-->
|
||||||
<!-- android:layout_width="match_parent"-->
|
<!-- android:layout_width="match_parent"-->
|
||||||
<!-- android:layout_height="8dp"-->
|
<!-- android:layout_height="8dp"-->
|
||||||
<!-- style="@style/Widget.AppCompat.ProgressBar.Horizontal"-->
|
<!-- style="@style/Widget.AppCompat.ProgressBar.Horizontal"-->
|
||||||
<!-- />-->
|
<!-- />-->
|
||||||
|
|
||||||
</com.google.android.material.appbar.AppBarLayout>
|
</com.google.android.material.appbar.AppBarLayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue