removed unused resources

This commit is contained in:
nuclearfog 2019-11-16 16:29:11 +01:00
parent 4ded69a141
commit 08ba87c941
No known key found for this signature in database
GPG Key ID: ED35E22099354A64
3 changed files with 0 additions and 5 deletions

View File

@ -10,7 +10,6 @@
android:id="@+id/dm_popup"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/tweetwindow"
android:orientation="vertical"
android:padding="@dimen/margin_layout">

View File

@ -12,7 +12,6 @@
android:id="@+id/tweet_popup"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/tweetwindow"
android:orientation="vertical"
android:padding="@dimen/margin_layout">

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3f51b5</color>
<color name="colorPrimaryDark">#303f9f</color>
<color name="tweetwindow">#19aae8</color>
<color name="halftrancparency">#40000000</color>
<color name="darktrancparency">#80000000</color>
</resources>