2022-04-15 16:56:06 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2022-06-03 22:19:48 +05:30
|
|
|
|
2022-04-15 16:56:06 +05:30
|
|
|
<style name="roundedImageViewRounded">
|
|
|
|
<item name="cornerFamily">rounded</item>
|
|
|
|
<item name="cornerSize">10%</item>
|
|
|
|
</style>
|
2022-06-05 14:05:47 +05:30
|
|
|
|
|
|
|
<style name="OLED">
|
|
|
|
|
2022-06-07 21:13:52 +05:30
|
|
|
<item name="android:colorBackground">@android:color/black</item>
|
|
|
|
<item name="colorSurface">@android:color/black</item>
|
2022-06-05 14:05:47 +05:30
|
|
|
|
|
|
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
|
|
|
<item name="android:navigationBarColor">@android:color/transparent</item>
|
2022-06-07 12:22:11 +05:30
|
|
|
|
2022-06-05 14:05:47 +05:30
|
|
|
</style>
|
2022-06-07 17:12:07 +05:30
|
|
|
|
|
|
|
<style name="MaterialAlertDialog">
|
|
|
|
|
|
|
|
<item name="alertDialogTheme">@style/ThemeOverlay.Material3.MaterialAlertDialog</item>
|
|
|
|
<item name="dialogCornerRadius">28dp</item>
|
|
|
|
|
|
|
|
</style>
|
2022-06-19 02:48:36 +05:30
|
|
|
|
|
|
|
<style name="AboutItem">
|
|
|
|
|
|
|
|
<item name="android:orientation">vertical</item>
|
|
|
|
<item name="android:layout_width">match_parent</item>
|
|
|
|
<item name="android:layout_height">wrap_content</item>
|
|
|
|
<item name="android:paddingLeft">20dp</item>
|
|
|
|
<item name="android:paddingRight">20dp</item>
|
|
|
|
<item name="android:paddingTop">10dp</item>
|
|
|
|
<item name="android:paddingBottom">10dp</item>
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="HorizontalLine">
|
|
|
|
|
|
|
|
<item name="android:layout_width">match_parent</item>
|
|
|
|
<item name="android:layout_height">0.8dp</item>
|
|
|
|
<item name="android:background">@android:color/darker_gray</item>
|
|
|
|
<item name="android:layout_marginTop">5dp</item>
|
|
|
|
<item name="android:layout_marginBottom">5dp</item>
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
2022-04-15 16:56:06 +05:30
|
|
|
</resources>
|