mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 13:50:30 +05:30
Merge pull request #577 from Bnyro/master
[SILENT] enable sdcard installation
This commit is contained in:
commit
aa6c054093
@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:installLocation="auto">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||||
@ -15,7 +16,7 @@
|
|||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/Theme.MY"
|
android:theme="@style/Theme.Purple"
|
||||||
android:name=".MyApp"
|
android:name=".MyApp"
|
||||||
android:networkSecurityConfig="@xml/network_security_config"
|
android:networkSecurityConfig="@xml/network_security_config"
|
||||||
android:largeHeap="true"
|
android:largeHeap="true"
|
||||||
|
@ -30,8 +30,9 @@
|
|||||||
<item name="android:layout_height">wrap_content</item>
|
<item name="android:layout_height">wrap_content</item>
|
||||||
<item name="android:paddingLeft">20dp</item>
|
<item name="android:paddingLeft">20dp</item>
|
||||||
<item name="android:paddingRight">20dp</item>
|
<item name="android:paddingRight">20dp</item>
|
||||||
<item name="android:paddingTop">10dp</item>
|
<item name="android:paddingTop">15dp</item>
|
||||||
<item name="android:paddingBottom">10dp</item>
|
<item name="android:paddingBottom">15dp</item>
|
||||||
|
<item name="android:background">?android:attr/selectableItemBackground</item>
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
@ -40,8 +41,6 @@
|
|||||||
<item name="android:layout_width">match_parent</item>
|
<item name="android:layout_width">match_parent</item>
|
||||||
<item name="android:layout_height">0.8dp</item>
|
<item name="android:layout_height">0.8dp</item>
|
||||||
<item name="android:background">@android:color/darker_gray</item>
|
<item name="android:background">@android:color/darker_gray</item>
|
||||||
<item name="android:layout_marginTop">5dp</item>
|
|
||||||
<item name="android:layout_marginBottom">5dp</item>
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:icon="@drawable/ic_color"
|
android:icon="@drawable/ic_color"
|
||||||
app:defaultValue="red"
|
app:defaultValue="purple"
|
||||||
app:entries="@array/accents"
|
app:entries="@array/accents"
|
||||||
app:entryValues="@array/accentsValue"
|
app:entryValues="@array/accentsValue"
|
||||||
app:key="accent_color"
|
app:key="accent_color"
|
||||||
|
Loading…
Reference in New Issue
Block a user