Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Dec 25, 2024
1 parent 166c505 commit ba0c594
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_dex_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
android:marqueeRepeatLimit="marquee_forever"
android:singleLine="true"
android:textSize="@dimen/info_text_tiny"
android:text="@string/loading"
app:appFontStyle="regular"
app:textColorStyle="secondary" />

Expand All @@ -69,7 +70,7 @@
android:layout_width="@dimen/panel_icon_size"
android:layout_height="@dimen/panel_icon_size"
android:layout_gravity="center_vertical"
android:layout_marginEnd="5dp"
android:layout_marginHorizontal="5dp"
android:indeterminateTint="?attr/colorAppAccent"
android:padding="10dp" />

Expand Down

0 comments on commit ba0c594

Please sign in to comment.