-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e5c8200
commit d315654
Showing
8 changed files
with
1,968 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,326 @@ | ||
<LinearLayout | ||
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:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="vertical"> | ||
<ScrollView | ||
android:id="@+id/vscroll1" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:background="#000000"> | ||
<LinearLayout | ||
android:id="@+id/linear1" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:layout_margin="2dp" | ||
android:background="#000000" | ||
android:orientation="vertical"> | ||
<TextView | ||
android:id="@+id/textview4" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" | ||
android:text="๐ช ๐ช๐ต๐ฎ๐๐๐๐ฝ๐ฝ ๐ง๐ผ๐ผ๐น๐ฏ๐ผ๐ " | ||
android:textSize="20sp" | ||
android:textColor="#FFFFFF" /> | ||
<LinearLayout | ||
android:id="@+id/linear5" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginBottom="2dp" | ||
android:orientation="horizontal"> | ||
<TextView | ||
android:id="@+id/cleardata" | ||
android:layout_width="match_parent" | ||
android:layout_height="40dp" | ||
android:layout_marginLeft="10dp" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginRight="5dp" | ||
android:layout_marginBottom="1dp" | ||
android:padding="8dp" | ||
android:background="#FFFF00" | ||
android:gravity="center_horizontal|center_vertical" | ||
android:text="โ ๐๐น๐ฒ๐ฎ๐ฟ ๐๐ฎ๐๐ฎ" | ||
android:textSize="12sp" | ||
android:textColor="#000000" | ||
android:layout_weight="1" /> | ||
<TextView | ||
android:id="@+id/cleanstatus" | ||
android:layout_width="match_parent" | ||
android:layout_height="40dp" | ||
android:layout_marginLeft="5dp" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginRight="10dp" | ||
android:layout_marginBottom="1dp" | ||
android:padding="8dp" | ||
android:background="#FFFF00" | ||
android:gravity="center_horizontal|center_vertical" | ||
android:text="โ ๐๐ฅ๐๐๐ซ ๐๐ญ๐๐ญ๐ฎ๐ฌ" | ||
android:textSize="12sp" | ||
android:textColor="#000000" | ||
android:layout_weight="1" /> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:id="@+id/linear6" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginBottom="2dp" | ||
android:orientation="horizontal"> | ||
<TextView | ||
android:id="@+id/sharedcleaner" | ||
android:layout_width="match_parent" | ||
android:layout_height="40dp" | ||
android:layout_marginLeft="10dp" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginRight="5dp" | ||
android:layout_marginBottom="1dp" | ||
android:padding="8dp" | ||
android:background="#FFFF00" | ||
android:gravity="center_horizontal|center_vertical" | ||
android:text="๐ช .๐ฌ๐ก๐๐ซ๐๐ ๐๐ฅ๐๐๐ง๐๐ซ" | ||
android:textSize="12sp" | ||
android:textColor="#000000" | ||
android:layout_weight="1" /> | ||
<TextView | ||
android:id="@+id/WhatsAppcleannnn" | ||
android:layout_width="match_parent" | ||
android:layout_height="40dp" | ||
android:layout_marginLeft="5dp" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginRight="10dp" | ||
android:layout_marginBottom="1dp" | ||
android:padding="8dp" | ||
android:background="#FFFF00" | ||
android:gravity="center_horizontal|center_vertical" | ||
android:text="๐ช ๐๐ก๐๐ญ๐ฌ๐๐ฉ๐ฉ ๐๐ฅ๐๐๐ง๐๐ซ" | ||
android:textSize="12sp" | ||
android:textColor="#000000" | ||
android:layout_weight="1" /> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:id="@+id/linear13" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginBottom="2dp" | ||
android:orientation="horizontal"> | ||
<TextView | ||
android:id="@+id/splitclean" | ||
android:layout_width="match_parent" | ||
android:layout_height="40dp" | ||
android:layout_marginLeft="10dp" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginRight="5dp" | ||
android:layout_marginBottom="1dp" | ||
android:padding="8dp" | ||
android:background="#FFFF00" | ||
android:gravity="center_horizontal|center_vertical" | ||
android:text="๐ซ ๐๐ฉ๐ฅ๐ข๐ญ ๐๐ญ๐๐ญ๐ฎ๐ฌ ๐๐ฅ๐๐๐ง๐๐ซ" | ||
android:textSize="12sp" | ||
android:textColor="#000000" | ||
android:layout_weight="1" /> | ||
<TextView | ||
android:id="@+id/textview7" | ||
android:layout_width="match_parent" | ||
android:layout_height="40dp" | ||
android:layout_marginLeft="5dp" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginRight="10dp" | ||
android:layout_marginBottom="1dp" | ||
android:padding="8dp" | ||
android:background="@android:color/transparent" | ||
android:gravity="center_horizontal|center_vertical" | ||
android:textSize="12sp" | ||
android:textColor="#000000" | ||
android:layout_weight="1" /> | ||
</LinearLayout> | ||
<TextView | ||
android:id="@+id/nouse" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" | ||
android:text="๐ช ๐๐๐ฐ๐ธ๐ ๐ฃ๐ฎ๐๐ฐ๐ต๐ฒ๐ฟ ๐๐น๐ฒ๐ฎ๐ป๐ฒ๐ฟ" | ||
android:textSize="20sp" | ||
android:textColor="#FFFFFF" /> | ||
<LinearLayout | ||
android:id="@+id/linear8" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginBottom="2dp" | ||
android:orientation="horizontal"> | ||
<TextView | ||
android:id="@+id/custompatch" | ||
android:layout_width="match_parent" | ||
android:layout_height="40dp" | ||
android:layout_marginLeft="10dp" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginRight="5dp" | ||
android:layout_marginBottom="1dp" | ||
android:padding="8dp" | ||
android:background="#FFFF00" | ||
android:gravity="center_horizontal|center_vertical" | ||
android:text="๐งฉ ๐๐ฎ๐ฌ๐ญ๐จ๐ฆ ๐๐๐ญ๐๐ก๐๐ฌ Cleaner" | ||
android:textSize="12sp" | ||
android:textColor="#000000" | ||
android:layout_weight="1" /> | ||
<TextView | ||
android:id="@+id/modifiedapp" | ||
android:layout_width="match_parent" | ||
android:layout_height="40dp" | ||
android:layout_marginLeft="5dp" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginRight="10dp" | ||
android:layout_marginBottom="1dp" | ||
android:padding="8dp" | ||
android:background="#FFFF00" | ||
android:gravity="center_horizontal|center_vertical" | ||
android:text="โ๏ธ ๐๐จ๐๐ข๐๐ข๐๐ ๐๐ฉ๐ฉ๐ฌ Cleaner" | ||
android:textSize="12sp" | ||
android:textColor="#000000" | ||
android:layout_weight="1" /> | ||
</LinearLayout> | ||
<TextView | ||
android:id="@+id/textview5" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" | ||
android:text="๐ช ๐๐ถ๐ ๐ฒ๐ & ๐๐๐๐ข๐ญ๐ข๐จ๐ง๐๐ฅ๐ฌ" | ||
android:textSize="20sp" | ||
android:textColor="#FFFFFF" /> | ||
<LinearLayout | ||
android:id="@+id/linear9" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginBottom="2dp" | ||
android:orientation="horizontal"> | ||
<TextView | ||
android:id="@+id/fix_tmp" | ||
android:layout_width="match_parent" | ||
android:layout_height="40dp" | ||
android:layout_marginLeft="10dp" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginRight="5dp" | ||
android:layout_marginBottom="1dp" | ||
android:padding="8dp" | ||
android:background="#FFFF00" | ||
android:gravity="center_horizontal|center_vertical" | ||
android:text="๐ ๐ ๐ข๐ฑ /๐๐๐ญ๐/๐ฅ๐จ๐๐๐ฅ/๐ญ๐ฆ๐ฉ" | ||
android:textSize="12sp" | ||
android:textColor="#000000" | ||
android:layout_weight="1" /> | ||
<TextView | ||
android:id="@+id/mount" | ||
android:layout_width="match_parent" | ||
android:layout_height="40dp" | ||
android:layout_marginLeft="5dp" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginRight="10dp" | ||
android:layout_marginBottom="1dp" | ||
android:padding="8dp" | ||
android:background="#FFFF00" | ||
android:gravity="center_horizontal|center_vertical" | ||
android:text="๐ ๐๐จ๐ฎ๐ง๐ญ /๐๐๐ญ๐" | ||
android:textSize="12sp" | ||
android:textColor="#000000" | ||
android:layout_weight="1" /> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:id="@+id/linear10" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginBottom="2dp" | ||
android:orientation="horizontal"> | ||
<TextView | ||
android:id="@+id/browser" | ||
android:layout_width="180dp" | ||
android:layout_height="40dp" | ||
android:layout_marginLeft="10dp" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginRight="5dp" | ||
android:layout_marginBottom="1dp" | ||
android:padding="8dp" | ||
android:background="#FFFF00" | ||
android:gravity="center_horizontal|center_vertical" | ||
android:text="๐ ๐๐ซ๐จ๐ฐ๐ฌ๐๐ซ ๐๐๐ญ๐ซ๐ข๐๐ฌ ๐๐ฅ๐๐๐ง" | ||
android:textSize="12sp" | ||
android:textColor="#000000" /> | ||
<TextView | ||
android:id="@+id/lostdircleaner" | ||
android:layout_width="match_parent" | ||
android:layout_height="40dp" | ||
android:layout_marginLeft="5dp" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginRight="10dp" | ||
android:layout_marginBottom="1dp" | ||
android:padding="8dp" | ||
android:background="#FFFF00" | ||
android:gravity="center_horizontal|center_vertical" | ||
android:text="๐ซ ๐๐๐๐.๐๐๐ ๐๐ฅ๐๐๐ง๐๐ซ" | ||
android:textSize="12sp" | ||
android:textColor="#000000" | ||
android:layout_weight="1" /> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:id="@+id/linear12" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginBottom="2dp" | ||
android:paddingLeft="7dp" | ||
android:paddingRight="7dp" | ||
android:orientation="horizontal"> | ||
<TextView | ||
android:id="@+id/selinux" | ||
android:layout_width="match_parent" | ||
android:layout_height="40dp" | ||
android:layout_marginLeft="5dp" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginRight="5dp" | ||
android:layout_marginBottom="1dp" | ||
android:padding="8dp" | ||
android:background="#FFFF00" | ||
android:gravity="center_horizontal|center_vertical" | ||
android:text="๐ฉ ๐ฆ๐ ๐๐ถ๐ป๐๐ " | ||
android:textSize="12sp" | ||
android:textColor="#000000" | ||
android:layout_weight="1" /> | ||
<TextView | ||
android:id="@+id/nomedia" | ||
android:layout_width="match_parent" | ||
android:layout_height="40dp" | ||
android:layout_marginLeft="5dp" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginBottom="1dp" | ||
android:padding="8dp" | ||
android:background="#FFFF00" | ||
android:gravity="center_horizontal|center_vertical" | ||
android:text="๐๏ธ .๐๐จ๐ฆ๐๐๐ข๐ ๐๐ฅ๐๐๐ง๐๐ซ" | ||
android:textSize="12sp" | ||
android:textColor="#000000" | ||
android:layout_weight="1" /> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:id="@+id/layooo" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="2dp" | ||
android:layout_marginBottom="2dp" | ||
android:orientation="horizontal" /> | ||
<TextView | ||
android:id="@+id/result" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" | ||
android:text="Result\n\n\n\n" | ||
android:textSize="12sp" | ||
android:textColor="#000000" /> | ||
</LinearLayout> | ||
</ScrollView> | ||
</LinearLayout> |
Oops, something went wrong.