forked from GitHub-Mirror/riotX-android
Room preview world readable room
This commit is contained in:
@ -62,9 +62,10 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="28dp"
|
||||
android:text="@string/room_preview_no_preview"
|
||||
android:gravity="center"
|
||||
android:textAppearance="@style/TextAppearance.Vector.Subtitle2"
|
||||
android:textSize="14sp" />
|
||||
android:textSize="14sp"
|
||||
tools:text="@string/room_preview_no_preview" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/roomPreviewNoPreviewError"
|
||||
|
@ -35,5 +35,6 @@
|
||||
<string name="group_all_communities">"All Communities"</string>
|
||||
|
||||
<string name="room_preview_no_preview">"This room can't be previewed"</string>
|
||||
<string name="room_preview_world_readable_room_not_supported_yet">"The preview of world-readable room is not supported yet in RiotX"</string>
|
||||
|
||||
</resources>
|
Reference in New Issue
Block a user