layout changes
This commit is contained in:
parent
26256593de
commit
665895ef45
@ -13,14 +13,14 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:text="@string/status_bar_percentage"
|
||||
android:textSize="11sp"
|
||||
android:textSize="10sp"
|
||||
android:textColor="@color/white"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/screen_status_bar_battery_level"
|
||||
android:layout_width="wrap_content"
|
||||
android:textSize="11sp"
|
||||
android:textSize="10sp"
|
||||
android:textColor="@color/white"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="15dp"
|
||||
android:src="@drawable/icons8_battery_50"
|
||||
android:layout_marginEnd="-3dp" />
|
||||
android:layout_marginRight="-3dp" />
|
||||
|
||||
<ImageView
|
||||
android:contentDescription="@string/network_signal_icon"
|
||||
@ -39,7 +39,7 @@
|
||||
android:src="@drawable/icons8_signal_48"
|
||||
android:layout_height="12dp"
|
||||
android:visibility="gone"
|
||||
android:layout_marginEnd="-5dp"
|
||||
android:layout_marginRight="-5dp"
|
||||
android:paddingTop="3dp"/>
|
||||
|
||||
<ImageView
|
||||
@ -49,7 +49,7 @@
|
||||
android:visibility="gone"
|
||||
android:src="@drawable/icons8_wifi_50"
|
||||
android:layout_height="12dp"
|
||||
android:layout_marginEnd="-5dp"
|
||||
android:layout_marginRight="-5dp"
|
||||
android:paddingTop="3dp"/>
|
||||
|
||||
<ImageView
|
||||
@ -58,7 +58,7 @@
|
||||
android:src="@drawable/icons8_vibration_48"
|
||||
android:layout_width="15dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_marginEnd="-3dp"
|
||||
android:layout_marginRight="-3dp"
|
||||
android:paddingTop="3dp"/>
|
||||
|
||||
|
||||
@ -78,6 +78,6 @@
|
||||
android:format12Hour="EEE, MMMM dd"
|
||||
android:textAlignment="center"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="11sp" />
|
||||
android:textSize="10sp" />
|
||||
|
||||
</LinearLayout>
|
@ -19,5 +19,10 @@
|
||||
<string name="time_header">Display time</string>
|
||||
<string name="show_time_title">Display Time & Date</string>
|
||||
<string name="enable_external_display">Turn on your external screen, this will restart your phone</string>
|
||||
<string name="status_bar_percentage">%</string>
|
||||
<string name="audio_level_icon">Audio Level Icon</string>
|
||||
<string name="wifi_signal_icon">Wifi Signal Icon</string>
|
||||
<string name="network_signal_icon">Network Signal Icon</string>
|
||||
<string name="battery_status_icon">Battery Status Icon</string>
|
||||
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user