Initial commit

This commit is contained in:
MM20
2021-09-18 23:37:52 +02:00
commit 749e4e3073
938 changed files with 50475 additions and 0 deletions
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="AspectRatioImageView">
<attr name="aspectRatio" format="float" />
<attr name="fixedHeight" format="boolean" />
</declare-styleable>
</resources>
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="TransparentBottomSheetTheme" parent="Theme.Design.Light.BottomSheetDialog">
<item name="bottomSheetStyle">@style/TransparentBottomSheetStyle</item>
</style>
<style name="TransparentBottomSheetStyle" parent="Widget.Design.BottomSheet.Modal">
<item name="android:background">@android:color/transparent</item>
</style>
</resources>
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="TextAppearance_EditFavorites">
<item name="android:color">@color/text_color_primary</item>
<item name="android:fontFamily">sans-serif-medium</item>
<item name="android:textAllCaps">true</item>
</style>
</resources>
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="LauncherCardView">
<attr name="baseElevation" format="dimension|reference" />
<attr name="backgroundOpacity" format="integer" />
</declare-styleable>
</resources>
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="SearchGridView">
<attr name="columnCount" format="integer" />
<attr name="rowHeight" format="dimension" />
</declare-styleable>
</resources>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="elevation_shadow_1dp_radius">0.5dp</dimen>
<dimen name="elevation_shadow_2dp_radius">1dp</dimen>
<dimen name="elevation_shadow_1dp_y">0.5dp</dimen>
<dimen name="elevation_shadow_2dp_y">1dp</dimen>
<dimen name="card_elevation">@dimen/mtrl_card_elevation</dimen>
</resources>