Skip to content

Commit

Permalink
Sync changes of res
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Nov 1, 2023
1 parent 28adb2f commit 0cc66da
Show file tree
Hide file tree
Showing 21 changed files with 47 additions and 226 deletions.
34 changes: 0 additions & 34 deletions sdk/src/main/res/drawable-v24/ic_launcher_foreground.xml

This file was deleted.

10 changes: 10 additions & 0 deletions sdk/src/main/res/drawable/baseline_close_18.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="18dp"
android:height="18dp"
android:viewportWidth="18"
android:viewportHeight="18"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M14.53,4.53l-1.06,-1.06L9,7.94 4.53,3.47 3.47,4.53 7.94,9l-4.47,4.47 1.06,1.06L9,10.06l4.47,4.47 1.06,-1.06L10.06,9z"/>
</vector>
10 changes: 10 additions & 0 deletions sdk/src/main/res/drawable/baseline_close_20.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
android:viewportHeight="20"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M16,5.2L14.8,4 10,8.8 5.2,4 4,5.2 8.8,10 4,14.8 5.2,16l4.8,-4.8 4.8,4.8 1.2,-1.2 -4.8,-4.8z"/>
</vector>
10 changes: 10 additions & 0 deletions sdk/src/main/res/drawable/baseline_close_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z"/>
</vector>
10 changes: 10 additions & 0 deletions sdk/src/main/res/drawable/baseline_close_36.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="36dp"
android:height="36dp"
android:viewportWidth="36"
android:viewportHeight="36"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M28.5,9.62L26.38,7.5 18,15.88 9.62,7.5 7.5,9.62 15.88,18 7.5,26.38l2.12,2.12L18,20.12l8.38,8.38 2.12,-2.12L20.12,18z"/>
</vector>
170 changes: 0 additions & 170 deletions sdk/src/main/res/drawable/ic_launcher_background.xml

This file was deleted.

5 changes: 0 additions & 5 deletions sdk/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

This file was deleted.

5 changes: 0 additions & 5 deletions sdk/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

This file was deleted.

Binary file removed sdk/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed sdk/src/main/res/mipmap-hdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed sdk/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed sdk/src/main/res/mipmap-mdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed sdk/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed sdk/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed sdk/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed sdk/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed sdk/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
6 changes: 0 additions & 6 deletions sdk/src/main/res/values/colors.xml

This file was deleted.

3 changes: 0 additions & 3 deletions sdk/src/main/res/values/strings.xml

This file was deleted.

10 changes: 7 additions & 3 deletions sdk/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<resources>

<style name="AuthgearTheme" parent="Theme.AppCompat.DayNight.DarkActionBar"></style>

<style name="AuthgearTheme" parent="Theme.AppCompat.DayNight.DarkActionBar" />
<style name="LatteTheme" parent="@style/Theme.AppCompat.DayNight.NoActionBar">
<item name="android:windowNoTitle">true</item>
<item name="android:windowActionBar">false</item>
</style>
<style name="LatteFragmentTheme">
</style>
</resources>

0 comments on commit 0cc66da

Please sign in to comment.