Use recyclerview to show Magisk logs

This commit is contained in:
topjohnwu
2018-12-30 22:15:00 +08:00
parent 44b969e0b6
commit bf7d6ddcb2
4 changed files with 101 additions and 54 deletions
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/txt"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="monospace"
android:textSize="10sp" />