This commit is contained in:
2025-09-23 15:37:38 +09:00
parent f794e24f24
commit a4e21be0ec
47 changed files with 1734 additions and 2686 deletions
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/background">
<shape
android:shape="ring"
android:innerRadiusRatio="2.5"
android:thicknessRatio="15.0"
android:useLevel="false">
<solid android:color="#E0E0E0" />
</shape>
</item>
<item android:id="@android:id/progress">
<rotate
android:fromDegrees="270"
android:toDegrees="270">
<shape
android:shape="ring"
android:innerRadiusRatio="2.5"
android:thicknessRatio="15.0"
android:useLevel="true"> <solid android:color="#2196F3" />
</shape>
</rotate>
</item>
</layer-list>
@@ -1,8 +1,24 @@
<ImageView
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/bookmarkImageView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:layout_marginBottom="8dp"
android:scaleType="fitCenter" />
android:layout_marginBottom="8dp">
<ImageView
android:id="@+id/bookmarkImageView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:scaleType="fitCenter" />
<ProgressBar
android:id="@+id/imageProgressBar"
style="?android:attr/progressBarStyleInverse"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_gravity="center"
android:indeterminate="true"
android:progressDrawable="@drawable/progress_bar_double_circle"
android:max="100"
android:progress="75"/>
</FrameLayout>
@@ -129,21 +129,14 @@
android:layout_width="wrap_content"
android:layout_height="20dp"/>
<bums.lunatic.launcher.view.FloatingActionButton
app:fab_label="zota"
app:fab_label="짤방"
android:id="@+id/zota"
app:fab_showShadow="true"
app:fab_size="mini"
android:onClick="floatClick"
android:layout_width="wrap_content"
android:layout_height="20dp"/>
<bums.lunatic.launcher.view.FloatingActionButton
app:fab_label="twitter"
android:id="@+id/twitter"
app:fab_showShadow="true"
app:fab_size="mini"
android:onClick="floatClick"
android:layout_width="wrap_content"
android:layout_height="20dp"/>
<bums.lunatic.launcher.view.FloatingActionButton
app:fab_label="magnet"
android:id="@+id/magnet"