mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Save light, dark and amoled Material You themes to database. Add 'Apply Material You' option. Test MotionLayout.
This commit is contained in:
17
app/src/main/res/layout/activity_motion_test.xml
Normal file
17
app/src/main/res/layout/activity_motion_test.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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>
|
Reference in New Issue
Block a user