diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-07-19 14:44:24 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-07-19 14:44:24 +0000 |
commit | 988989826fe0624141405808ec6f59067477a496 (patch) | |
tree | b6ecf23d4871d8f20dd92aea6daa41084d3b0dc2 /app/src/main/res/layout/activity_motion_test.xml | |
parent | 5924c921cfb1ed39b6cac5a101a85f7c4d08e1f5 (diff) | |
download | infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar.gz infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar.bz2 infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar.lz infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar.xz infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar.zst infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.zip |
New option: Switch to landscape orientation in video player automatically.
Diffstat (limited to 'app/src/main/res/layout/activity_motion_test.xml')
-rw-r--r-- | app/src/main/res/layout/activity_motion_test.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app/src/main/res/layout/activity_motion_test.xml b/app/src/main/res/layout/activity_motion_test.xml deleted file mode 100644 index c65afba9..00000000 --- a/app/src/main/res/layout/activity_motion_test.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<ml.docilealligator.infinityforreddit.customviews.ClickableMotionLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto" - xmlns:tools="http://schemas.android.com/tools" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:id="@+id/motion_layout" - tools:context=".activities.MotionTestActivity" - app:layoutDescription="@xml/activity_motion_test_scene"> - - <View - android:id="@+id/button" - android:background="@color/colorAccent" - android:layout_width="64dp" - android:layout_height="64dp" /> - -</ml.docilealligator.infinityforreddit.customviews.ClickableMotionLayout>
\ No newline at end of file |