Commit 577c4d47 authored by Mygod's avatar Mygod Committed by Max Lv

Refine uid/package name order

parent 24ae1b8e
...@@ -109,7 +109,7 @@ class AppManager : AppCompatActivity() { ...@@ -109,7 +109,7 @@ class AppManager : AppCompatActivity() {
icon.setImageDrawable(app.icon) icon.setImageDrawable(app.icon)
tvTitle.text = app.name tvTitle.text = app.name
tvDesc.text = "${app.uid}(${app.packageName})" tvDesc.text = "${app.packageName} (${app.uid})"
check.isChecked = isProxiedApp(app) check.isChecked = isProxiedApp(app)
} }
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
app:layout_constraintEnd_toEndOf="@+id/title" app:layout_constraintEnd_toEndOf="@+id/title"
app:layout_constraintStart_toStartOf="@+id/title" app:layout_constraintStart_toStartOf="@+id/title"
app:layout_constraintTop_toBottomOf="@+id/title" app:layout_constraintTop_toBottomOf="@+id/title"
tools:text="10036(com.package.name)" /> tools:text="com.package.name (10000)" />
<Switch <Switch
android:id="@+id/itemcheck" android:id="@+id/itemcheck"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment