mirror of
https://github.com/Team-xManager/xManager.git
synced 2025-02-02 23:31:24 +01:00
Update list_changelogs.xml
This commit is contained in:
parent
c679e242a0
commit
89bf30cd2b
@ -5,13 +5,22 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
<TextView
|
<LinearLayout
|
||||||
android:id="@+id/changelogs_info"
|
android:id="@+id/box"
|
||||||
android:focusable="false"
|
android:layout_width="match_parent"
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:padding="8dp"
|
android:padding="10dp"
|
||||||
android:textSize="14sp"
|
android:gravity="left|center_vertical"
|
||||||
android:textStyle="bold"
|
android:orientation="horizontal">
|
||||||
android:textColor="#BDBDBD" />
|
<TextView
|
||||||
|
android:id="@+id/info"
|
||||||
|
android:focusable="false"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingTop="5dp"
|
||||||
|
android:paddingBottom="5dp"
|
||||||
|
android:textSize="14sp"
|
||||||
|
android:textStyle="bold"
|
||||||
|
android:textColor="#BDBDBD" />
|
||||||
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user