Merge pull request #94 from Electric1447/master

Hardcoded location notification height
This commit is contained in:
Itai Levin
2020-06-16 18:31:03 +03:00
committed by GitHub
3 changed files with 2 additions and 5 deletions
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/noti_location_big_height"
android:layout_height="120dp"
android:background="@color/bgColorPrimary"
android:gravity="center"
android:padding="@dimen/padding_default">
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/noti_location_small_height"
android:layout_height="70dp"
android:background="@color/bgColorPrimary"
android:gravity="center"
android:padding="@dimen/padding_default">
@@ -3,9 +3,6 @@
<dimen name="padding_default" >12dp</dimen>
<dimen name="padding_main" >16dp</dimen>
<dimen name="noti_location_big_height" >120dp</dimen>
<dimen name="noti_location_small_height" >70dp</dimen>
<dimen name="noti_status_bat_size" >18dp</dimen>
<dimen name="noti_status_small_item_width" >80dp</dimen>