Use default switch preference view if gesture animations video is not available. am: 08886a0e91

am: 38693095e3

Change-Id: I460835a7e0ba3737e530ae24f6a957ed5ac1e742
This commit is contained in:
Doris Ling
2016-09-23 19:10:06 +00:00
committed by android-build-merger
2 changed files with 12 additions and 12 deletions

View File

@@ -51,6 +51,7 @@
</LinearLayout>
<LinearLayout
android:id="@+id/gesture_animation_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/gestures_setting_background_color"
@@ -58,7 +59,6 @@
android:orientation="horizontal">
<com.android.settings.widget.AspectRatioFrameLayout
android:id="@+id/gesture_animation_frame"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"