mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 07:53:15 +00:00
iroiro
This commit is contained in:
parent
872bbd0f4e
commit
5df0c7ee52
|
@ -37,6 +37,16 @@
|
|||
|
||||
</com.google.android.material.appbar.CollapsingToolbarLayout>
|
||||
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/loading_progress_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center"
|
||||
android:indeterminate="true"
|
||||
android:background="@color/colorSurface"
|
||||
android:visibility="gone" />
|
||||
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
|
|
@ -10,6 +10,12 @@ public class FeatureSwitch {
|
|||
public static boolean useSimpleNotifyMethod = true;
|
||||
}
|
||||
|
||||
public static class Viewer {
|
||||
public static boolean showOriginalImage = false;
|
||||
public static int maxImageSize = 1024;
|
||||
public static boolean showProgressBarWhenLoading = true;
|
||||
}
|
||||
|
||||
public static class FeatureMaster {
|
||||
public static boolean enableSearch = false;
|
||||
public static boolean enableDebugMenu = true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user