[app] Fix version text (#708)

* [app] Code reformat

* [app] Fix version text
This commit is contained in:
tehcneko 2021-05-31 17:30:02 +08:00 committed by GitHub
parent 0a8edb92ab
commit 0eb21c3a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 14 additions and 28 deletions

View File

@ -23,7 +23,7 @@
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
<path
android:fillColor="@android:color/white"
android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" />
</vector>

View File

@ -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">

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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" />

View File

@ -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" />

View File

@ -42,7 +42,7 @@
<string name="selinux_policy_not_loaded_summary">SEPolicy n\est pas chargé correctement</string>
<string name="selinux_policy_not_loaded">&lt;b&gt;AVERTISSEMENT:&lt;\/b&gt; SEPolicy n\est pas chargé correctement, les modules qui modifient le sous-système ne fonctionneront pas.</string>
<string name="system_inject_fail_summary">Échec de l\injection du sous système</string>
<string name="system_inject_fail"><![CDATA[<b>AVERTISSEMENT:</b> Échec de l\injection du sous système.<br/>Ceci est rare et peut être causé par <b>Magisk</b> ou certains modules Magisk de basse qualité.<br/>Éssayez de désactiver les modules Magisk autres que Riru et LSPosed ou envoyez le journal complet aux développeurs.]]></string>
<string name="system_inject_fail"><![CDATA[<b>AVERTISSEMENT:</b> Échec de l\injection du sous système.<br/>Ceci est rare et peut être causé par <b>Magisk</b> ou certains modules Magisk de basse qualité.<br/>Éssayez de désactiver les modules Magisk autres que Riru et LSPosed ou envoyez le journal complet aux développeurs.]]></string>
<string name="info_api_version">Version de l\API</string>
<string name="info_framework_version">Version du framework</string>
<string name="info_manager_version">Version du gestionnaire</string>
@ -59,7 +59,7 @@
<string name="logs_save_failed">Échec de la sauvegarde:</string>
<string name="menuClearLog">Éffacer le journal maintenant</string>
<string name="logs_cleared">Journal éffacé avec succès.</string>
<string name="scroll_top">Haut de page</string>
<string name="scroll_top">Haut de page</string>
<string name="loading">Chargement…</string>
<string name="scroll_bottom">Pied de page</string>
<string name="logs_cannot_read">Lecture du journal impossible: \n</string>

View File

@ -35,7 +35,7 @@
<string name="module_repo_summary">모듈 저장소 (Alpha)</string>
<string name="about_view_source_code"><![CDATA[%1$s에서 소스 코드 보기<br/>%2$s 채널에 가입하십시오.]]></string>
<string name="about_translators">번역가: %s</string>
<string name="activated">활성화됨</string>
<string name="not_installed">설치되지 않음</string>
<string name="partial_activated">부분적으로 활성화됨</string>
@ -86,7 +86,7 @@
<string name="module_uninstall_message">이 모듈을 제거하시겠습니까?</string>
<string name="module_uninstalled">%1$s 제거됨</string>
<string name="module_uninstall_failed">제거 실패</string>
<string name="module_installed">%2$s 사용자에 %1$s 추가</string>
<string name="module_install_failed">모듈 추가 실패</string>
<string name="user_title">사용자 %d</string>

View File

@ -173,7 +173,7 @@
<string name="settings_show_hidden_icon_apps_enabled">Forceer apps om launcher-pictogrammen weer te geven</string>
<string name="settings_show_hidden_icon_apps_enabled_summary">Na Android 10 mogen apps (vooral Xposed-modules) hun opstartpictogrammen niet verbergen. Schakel de schakelaar uit om deze functie uit te schakelen.</string>
<string name="settings_group_system">Systeem</string>
<string name="system_inject_fail_summary">Systeem Framework injectie is mislukt</string>
<string name="system_inject_fail_summary">Systeem Framework injectie is mislukt</string>
<string name="system_inject_fail"><![CDATA[<b>WAARSCHUWING:</b> Systeem Framework injectie mislukt.<br/>Dit is zeldzaam en kan worden veroorzaakt door <b>Magisk</b> of sommige Magisk-modules van lage kwaliteit.<br/>Probeer andere Magisk-modules dan Riru en LSPosed uit te schakelen of stuur een volledig logboek naar de ontwikkelaars.]]></string>
<string name="copy_toast_msg">Gekopieerd</string>
<string name="list_empty">¯\\\\_(ツ)_\/¯\nNiets hier</string>