mirror of
https://github.com/Team-xManager/xManager.git
synced 2025-01-05 19:07:39 +01:00
Update main.xml
This commit is contained in:
parent
d4d868467e
commit
77d7338cc2
@ -131,7 +131,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:padding="10dp"
|
||||
android:background="#212121"
|
||||
@ -177,7 +177,7 @@
|
||||
android:id="@+id/list_auto_refresh_info"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Activating this will automatically refresh the list everytime you launch the application."
|
||||
android:text="Activating this will automatically refresh the list everytime you launch the application.\n\nYou can manually refresh the list by dragging the main screen downward."
|
||||
android:textSize="12sp"
|
||||
android:textStyle="bold"
|
||||
android:textColor="#FFFFFF"/>
|
||||
@ -761,10 +761,8 @@
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:id="@+id/box_about_header"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="100dp"
|
||||
android:layout_marginRight="100dp"
|
||||
android:padding="3dp"
|
||||
android:background="#4CAF50"
|
||||
android:gravity="center_horizontal|center_vertical"
|
||||
@ -774,6 +772,7 @@
|
||||
android:id="@+id/title_about"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="30dp"
|
||||
android:text="xManager v"
|
||||
android:textSize="18sp"
|
||||
android:textStyle="bold"
|
||||
@ -782,6 +781,7 @@
|
||||
android:id="@+id/app_version"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingRight="30dp"
|
||||
android:text="N/A"
|
||||
android:textSize="18sp"
|
||||
android:textStyle="bold"
|
||||
|
Loading…
Reference in New Issue
Block a user