mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-25 12:45:12 +00:00
small update
This commit is contained in:
parent
42d267018b
commit
008f94bf4c
3 changed files with 6 additions and 5 deletions
|
@ -28,7 +28,7 @@
|
|||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="v0.3.2 alpha"
|
||||
android:text="v0.5.0 alpha"
|
||||
android:textColor="#fff"
|
||||
android:textAlignment="center"
|
||||
android:textSize="18sp"
|
||||
|
|
|
@ -7,9 +7,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/eightdp"
|
||||
android:layout_marginEnd="@dimen/eightdp"
|
||||
android:paddingTop="@dimen/eightdp"
|
||||
app:cardBackgroundColor="#6958D0"
|
||||
android:paddingBottom="2dp"
|
||||
app:cardCornerRadius="@dimen/eightdp"
|
||||
app:cardElevation="0dp">
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<SwitchPreference
|
||||
android:title="Useless Switch"
|
||||
android:summaryOff="This switch does nothing"
|
||||
android:switchTextOn="You're just wasting your time"/>
|
||||
android:summaryOn="You're just wasting your time"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:title="Useless Checkbox"
|
||||
|
@ -14,13 +14,16 @@
|
|||
|
||||
<DropDownPreference
|
||||
android:title="Ok this one is quite useful"
|
||||
android:entries="@array/syke"
|
||||
android:entryValues="@array/syke" />
|
||||
|
||||
<SeekBarPreference
|
||||
android:title="Vanced Manager Speed Controller" />
|
||||
android:title="Vanced Manager Speed Controller"
|
||||
android:max="50"/>
|
||||
|
||||
<ListPreference
|
||||
android:title="This one is cool"
|
||||
android:entries="@array/yomama"
|
||||
android:entryValues="@array/yomama" />
|
||||
|
||||
</PreferenceScreen>
|
Loading…
Reference in a new issue