Skip to content

Commit 00d7054

Browse files
committed
follow the theme correctly and make the OSC toggle more prominent
1 parent 122c96f commit 00d7054

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

app/src/main/java/com/limelight/Game.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,8 +1066,7 @@ private void initQam() {
10661066
final View oscRow = qamView.findViewById(R.id.qam_osc_row);
10671067

10681068
if (virtualController == null) {
1069-
oscRow.setEnabled(false);
1070-
qamOscSwitch.setEnabled(false);
1069+
oscRow.setAlpha(0.4f);
10711070
}
10721071

10731072
qamView.findViewById(R.id.qam_perf_row).setOnClickListener(new View.OnClickListener() {

app/src/main/res/layout/overlay_qam.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@
9797
android:layout_height="wrap_content"
9898
android:focusable="true"
9999
android:text="@string/qam_disconnect"
100-
android:textColor="#FFFF5555" />
100+
android:textColor="?android:colorAccent" />
101101

102102
</LinearLayout>

0 commit comments

Comments
 (0)