Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2115f63c authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Add contentDescription attribute to setup wizard video and image"

parents 28b6262b b2a78977
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -36,13 +36,15 @@
                android:id="@+id/setup_welcome_video"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:background="@color/setup_background" />
                android:background="@color/setup_background"
                android:contentDescription="@string/setup_welcome_additional_description"/>
            <ImageView
                android:id="@+id/setup_welcome_image"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:adjustViewBounds="true"
                android:visibility="gone" />
                android:visibility="gone"
                android:contentDescription="@string/setup_welcome_additional_description"/>
        </LinearLayout>
        <View
            android:layout_weight="@integer/setup_welcome_video_end_padding_weight_in_screen"