mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Remove unused resources
This commit is contained in:
parent
a343e25785
commit
e1db7630d9
13 changed files with 0 additions and 103 deletions
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shape="rectangle">
|
|
||||||
<corners android:radius="10dp" />
|
|
||||||
<solid android:color="#343a46" />
|
|
||||||
</shape>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shape="rectangle">
|
|
||||||
<corners android:radius="10dp" />
|
|
||||||
<solid android:color="#1A000000" />
|
|
||||||
</shape>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shape="rectangle">
|
|
||||||
<corners android:radius="10dp" />
|
|
||||||
<solid android:color="#1A000000" />
|
|
||||||
</shape>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shape="rectangle">
|
|
||||||
<corners android:radius="10dp" />
|
|
||||||
<solid android:color="#343a46" />
|
|
||||||
</shape>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shape="rectangle">
|
|
||||||
<corners android:radius="10dp" />
|
|
||||||
<solid android:color="#1A000000" />
|
|
||||||
</shape>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shape="rectangle">
|
|
||||||
<corners android:radius="10dp" />
|
|
||||||
<solid android:color="#1A000000" />
|
|
||||||
</shape>
|
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<gradient
|
|
||||||
android:angle="90"
|
|
||||||
android:endColor="#1a1a1a"
|
|
||||||
android:startColor="#212121"
|
|
||||||
android:type="linear" />
|
|
||||||
</shape>
|
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<gradient
|
|
||||||
android:angle="90"
|
|
||||||
android:endColor="#c0c0c0"
|
|
||||||
android:startColor="#e1e1e1"
|
|
||||||
android:type="linear" />
|
|
||||||
</shape>
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<gradient
|
|
||||||
android:angle="90"
|
|
||||||
android:endColor="#212121"
|
|
||||||
android:startColor="#1a1a1a" />
|
|
||||||
</shape>
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<gradient
|
|
||||||
android:angle="90"
|
|
||||||
android:endColor="#e1e1e1"
|
|
||||||
android:startColor="#d3d3d3" />
|
|
||||||
</shape>
|
|
|
@ -1,10 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<solid android:color="#4d4d4d" />
|
|
||||||
<padding
|
|
||||||
android:bottom="4dp"
|
|
||||||
android:left="16dp"
|
|
||||||
android:right="16dp"
|
|
||||||
android:top="4dp" />
|
|
||||||
<corners android:radius="3dp" />
|
|
||||||
</shape>
|
|
|
@ -1,10 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<solid android:color="#FFF2F2F2" />
|
|
||||||
<padding
|
|
||||||
android:bottom="4dp"
|
|
||||||
android:left="16dp"
|
|
||||||
android:right="16dp"
|
|
||||||
android:top="4dp" />
|
|
||||||
<corners android:radius="3dp" />
|
|
||||||
</shape>
|
|
|
@ -265,19 +265,6 @@
|
||||||
<item name="android:textSize">14sp</item>
|
<item name="android:textSize">14sp</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!--style name="Floating_Action_Button">
|
|
||||||
<item name="fab_labelsPosition">left</item>
|
|
||||||
</style-->
|
|
||||||
|
|
||||||
<style name="Floating_Actions_Menu">
|
|
||||||
<item name="android:background">@drawable/vector_background_fab_label</item>
|
|
||||||
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<style name="Floating_Actions_Menu.Light">
|
|
||||||
<item name="android:background">@drawable/vector_background_fab_label_light</item>
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<!-- Linear Layout orientation, depending on screen size. Vertical by default -->
|
<!-- Linear Layout orientation, depending on screen size. Vertical by default -->
|
||||||
<style name="VectorLinearLayout">
|
<style name="VectorLinearLayout">
|
||||||
<item name="android:gravity">end</item>
|
<item name="android:gravity">end</item>
|
||||||
|
|
Loading…
Reference in a new issue