initial push of android app and bt server. these are used to make a remote usable via phone
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<set android:shareInterpolator="false" xmlns:android="http://schemas.android.com/apk/res/android"><alpha android:duration="250" android:fromAlpha="0.6" android:toAlpha="1" /><translate android:fromXDelta="-50%" android:toXDelta="0%" android:duration="250" /></set>
|
@@ -0,0 +1 @@
|
||||
<set android:shareInterpolator="false" xmlns:android="http://schemas.android.com/apk/res/android"><translate android:fromXDelta="100%" android:toXDelta="0%" android:duration="250" /></set>
|
@@ -0,0 +1 @@
|
||||
<set android:shareInterpolator="false" xmlns:android="http://schemas.android.com/apk/res/android"><alpha android:duration="250" android:fromAlpha="1" android:toAlpha="0.6" /><translate android:fromXDelta="0%" android:toXDelta="-50%" android:duration="250" /></set>
|
@@ -0,0 +1 @@
|
||||
<set android:shareInterpolator="false" xmlns:android="http://schemas.android.com/apk/res/android"><translate android:fromXDelta="0%" android:toXDelta="100%" android:duration="250" /></set>
|
@@ -0,0 +1 @@
|
||||
<microsoft.maui.controls.platform.compatibility.ShellFlyoutLayout android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/background_light" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:android="http://schemas.android.com/apk/res/android"><com.google.android.material.appbar.AppBarLayout android:id="@+id/flyoutcontent_appbar" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@null" app:elevation="0dp" android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" /></microsoft.maui.controls.platform.compatibility.ShellFlyoutLayout>
|
@@ -0,0 +1 @@
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout android:layout_width="match_parent" android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:android="http://schemas.android.com/apk/res/android"><com.google.android.material.appbar.AppBarLayout android:id="@+id/shellcontent.appbar" android:layout_width="match_parent" android:layout_height="wrap_content" android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"></com.google.android.material.appbar.AppBarLayout></androidx.coordinatorlayout.widget.CoordinatorLayout>
|
@@ -0,0 +1 @@
|
||||
<resources><string name="overflow_tab_title">More</string></resources>
|
Reference in New Issue
Block a user