mirror of
https://github.com/Team-xManager/xManager.git
synced 2024-11-24 12:15:14 +01:00
Add files via upload
This commit is contained in:
parent
2e7eb3fb87
commit
d435cd57e8
18
app/src/main/res/layout/list_changelogs.xml
Normal file
18
app/src/main/res/layout/list_changelogs.xml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<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">
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/changelogs_info"
|
||||||
|
android:focusable="false"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:padding="8dp"
|
||||||
|
android:text="INFORMATION"
|
||||||
|
android:textSize="14sp"
|
||||||
|
android:textStyle="bold"
|
||||||
|
android:textColor="#BDBDBD" />
|
||||||
|
</LinearLayout>
|
Loading…
Reference in New Issue
Block a user