mirror of
https://github.com/adolfintel/OpenPods.git
synced 2026-09-15 07:16:10 -04:00
Merge pull request #94 from Electric1447/master
Hardcoded location notification height
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user