mirror of
https://github.com/izzy2lost/PSX2.git
synced 2026-07-05 15:18:36 -07:00
theme stuff
This commit is contained in:
@@ -11,6 +11,7 @@ import android.os.Bundle;
|
||||
import android.text.TextUtils;
|
||||
import android.net.Uri;
|
||||
import android.view.InputDevice;
|
||||
import android.view.InputEvent;
|
||||
import android.view.KeyEvent;
|
||||
import android.view.MotionEvent;
|
||||
import android.view.View;
|
||||
@@ -88,6 +89,10 @@ public class MainActivity extends AppCompatActivity implements GamesCoverDialogF
|
||||
applyConstraintsForOrientation(newConfig.orientation);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private void applyConstraintsForOrientation(int orientation) {
|
||||
// Views present in both layouts
|
||||
View quick = findViewById(R.id.ll_quick_actions);
|
||||
@@ -365,6 +370,10 @@ public class MainActivity extends AppCompatActivity implements GamesCoverDialogF
|
||||
getOnBackPressedDispatcher().addCallback(this, callback);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private void makeButtonTouch() {
|
||||
MaterialButton btn_file = findViewById(R.id.btn_file);
|
||||
if(btn_file != null) {
|
||||
|
||||
Reference in New Issue
Block a user