[app] Fix version text (#708)
* [app] Code reformat * [app] Fix version text
This commit is contained in:
parent
0a8edb92ab
commit
0eb21c3a32
|
|
@ -25,5 +25,5 @@
|
|||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
|
||||
android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" />
|
||||
</vector>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ This file is part of LSPosed.
|
||||
~
|
||||
~ LSPosed is free software: you can redistribute it and/or modify
|
||||
|
|
@ -20,7 +19,6 @@
|
|||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
|
|
|||
|
|
@ -16,8 +16,7 @@
|
|||
~
|
||||
~ Copyright (C) 2021 LSPosed Contributors
|
||||
-->
|
||||
<org.lsposed.manager.ui.widget.EmptyStateRecyclerView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<org.lsposed.manager.ui.widget.EmptyStateRecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipToPadding="false"
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
<com.google.android.material.card.MaterialCardView
|
||||
android:id="@+id/status"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="86dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="16dp"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
|
|
@ -86,16 +86,6 @@
|
|||
app:cardElevation="4dp"
|
||||
app:cardPreventCornerOverlap="false">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/holiday_header"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="fitXY"
|
||||
android:focusable="false"
|
||||
android:focusableInTouchMode="false"
|
||||
android:visibility="gone"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
|
|
@ -17,8 +17,7 @@
|
|||
~ Copyright (C) 2020 EdXposed Contributors
|
||||
~ Copyright (C) 2021 LSPosed Contributors
|
||||
-->
|
||||
<org.lsposed.manager.ui.widget.EmptyStateRecyclerView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<org.lsposed.manager.ui.widget.EmptyStateRecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/recyclerView"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@
|
|||
<fragment
|
||||
android:id="@+id/repo_item_fragment"
|
||||
android:name="org.lsposed.manager.ui.fragment.RepoItemFragment"
|
||||
android:label="repo_item" >
|
||||
android:label="repo_item">
|
||||
<argument
|
||||
android:name="modulePackageName"
|
||||
app:argType="string" />
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
<fragment
|
||||
android:id="@+id/repo_item_fragment"
|
||||
android:name="org.lsposed.manager.ui.fragment.RepoItemFragment"
|
||||
android:label="repo_item" >
|
||||
android:label="repo_item">
|
||||
<argument
|
||||
android:name="modulePackageName"
|
||||
app:argType="string" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue