Skip to content

Commit

Permalink
last fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fexed committed Aug 4, 2022
1 parent 02bdb3e commit 91d70e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
9 changes: 8 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile

-assumenosideeffects class android.util.Log {
public static boolean isLoggable(java.lang.String, int);
public static int v(...);
public static int d(...);
public static int i(...);
}
5 changes: 3 additions & 2 deletions app/src/main/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:text="@string/cheatleaderboard" />
android:text="@string/cheatleaderboard"
android:visibility="gone" />

<Button
android:id="@+id/rankingbtn"
Expand All @@ -294,7 +295,7 @@
android:visibility="gone"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/rankingbtn" />
app:layout_constraintTop_toBottomOf="@+id/rankingbtnlyt" />

<Switch
android:id="@+id/cstmfnts"
Expand Down

0 comments on commit 91d70e8

Please sign in to comment.