Add fragment transition animations to the Settings UI screen

This commit is contained in:
sigmabeta
2016-01-23 17:00:06 -05:00
parent 6e13496d8d
commit 04974835d6
10 changed files with 224 additions and 7 deletions

View File

@ -1,11 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<org.dolphinemu.dolphinemu.ui.settings.SettingsFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/list_settings"
android:background="@android:color/white"
android:elevation="@dimen/elevation_high"
android:layout_marginStart="@dimen/activity_horizontal_margin"
android:layout_marginEnd="@dimen/activity_horizontal_margin"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</FrameLayout>
</org.dolphinemu.dolphinemu.ui.settings.SettingsFrameLayout>