Skip to content

Commit

Permalink
[fix]: small placeholders UI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
F0x1d committed Nov 18, 2023
1 parent 3aadc17 commit ee80457
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ class FontsInterceptor(context: Context): Interceptor {
R.id.zip_text to boldSansTypeface,
R.id.export_text to boldSansTypeface,
R.id.view_text to boldSansTypeface,
R.id.including_button to boldSansTypeface,
R.id.placeholder_text to boldSansTypeface
R.id.including_button to boldSansTypeface
)

override fun intercept(chain: Interceptor.Chain): InflateResult {
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/drawable/placeholder_icon_background.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<solid android:color="@color/placeholder_icon_background" />

<padding
android:top="15dp"
android:left="15dp"
android:right="15dp"
android:bottom="15dp"/>
android:top="25dp"
android:left="25dp"
android:right="25dp"
android:bottom="25dp"/>
</shape>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/placeholder_crashes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/no_crashes"
android:textSize="17sp"
android:textSize="16sp"
android:textColor="?android:textColorPrimary"
android:layout_marginTop="15dp"
android:layout_marginStart="20dp"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/placeholder_filters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/no_filters"
android:textSize="17sp"
android:textSize="16sp"
android:textColor="?android:textColorPrimary"
android:layout_marginTop="15dp"
android:layout_marginStart="20dp"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/placeholder_logs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/no_logs"
android:textSize="17sp"
android:textSize="16sp"
android:textColor="?android:textColorPrimary"
android:layout_marginTop="15dp"
android:layout_marginStart="20dp"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/placeholder_recordings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/no_recordings"
android:textSize="17sp"
android:textSize="16sp"
android:textColor="?android:textColorPrimary"
android:layout_marginTop="15dp"
android:layout_marginStart="20dp"
Expand Down

0 comments on commit ee80457

Please sign in to comment.