0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-25 12:45:12 +00:00

small update

This commit is contained in:
X1nto 2020-04-24 21:53:21 +04:00
parent 42d267018b
commit 008f94bf4c
3 changed files with 6 additions and 5 deletions

View file

@ -28,7 +28,7 @@
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="v0.3.2 alpha" android:text="v0.5.0 alpha"
android:textColor="#fff" android:textColor="#fff"
android:textAlignment="center" android:textAlignment="center"
android:textSize="18sp" android:textSize="18sp"

View file

@ -7,9 +7,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="@dimen/eightdp" android:layout_marginStart="@dimen/eightdp"
android:layout_marginEnd="@dimen/eightdp" android:layout_marginEnd="@dimen/eightdp"
android:paddingTop="@dimen/eightdp"
app:cardBackgroundColor="#6958D0" app:cardBackgroundColor="#6958D0"
android:paddingBottom="2dp"
app:cardCornerRadius="@dimen/eightdp" app:cardCornerRadius="@dimen/eightdp"
app:cardElevation="0dp"> app:cardElevation="0dp">

View file

@ -5,7 +5,7 @@
<SwitchPreference <SwitchPreference
android:title="Useless Switch" android:title="Useless Switch"
android:summaryOff="This switch does nothing" android:summaryOff="This switch does nothing"
android:switchTextOn="You're just wasting your time"/> android:summaryOn="You're just wasting your time"/>
<CheckBoxPreference <CheckBoxPreference
android:title="Useless Checkbox" android:title="Useless Checkbox"
@ -14,13 +14,16 @@
<DropDownPreference <DropDownPreference
android:title="Ok this one is quite useful" android:title="Ok this one is quite useful"
android:entries="@array/syke"
android:entryValues="@array/syke" /> android:entryValues="@array/syke" />
<SeekBarPreference <SeekBarPreference
android:title="Vanced Manager Speed Controller" /> android:title="Vanced Manager Speed Controller"
android:max="50"/>
<ListPreference <ListPreference
android:title="This one is cool" android:title="This one is cool"
android:entries="@array/yomama"
android:entryValues="@array/yomama" /> android:entryValues="@array/yomama" />
</PreferenceScreen> </PreferenceScreen>