mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-18 07:28:29 +00:00
15 lines
471 B
XML
15 lines
471 B
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
tools:context="com.topjohnwu.magisk.ModulesActivity">
|
||
|
|
||
|
<ListView
|
||
|
android:id="@android:id/list"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"/>
|
||
|
|
||
|
</RelativeLayout>
|