Signal-Android/app/src/main/res/layout/story_viewer_first_time_nav...

10 wiersze
546 B
XML

<?xml version="1.0" encoding="utf-8"?>
<org.thoughtcrime.securesms.stories.StoryFirstTimeNavigationView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="@id/story_content_card_touch_interceptor"
app:layout_constraintTop_toTopOf="@id/story_content_card_touch_interceptor" />