Added fragment to bottom options
This commit is contained in:
parent
1dc0a8fcc0
commit
bad40d4ccd
12 changed files with 80 additions and 112 deletions
|
@ -2,10 +2,8 @@ package code.name.monkey.appthemehelper.common;
|
|||
|
||||
import android.graphics.Color;
|
||||
import android.view.Menu;
|
||||
|
||||
import androidx.annotation.Nullable;
|
||||
import androidx.appcompat.widget.Toolbar;
|
||||
|
||||
import code.name.monkey.appthemehelper.ATHActivity;
|
||||
import code.name.monkey.appthemehelper.R;
|
||||
import code.name.monkey.appthemehelper.util.ATHUtil;
|
||||
|
@ -13,6 +11,7 @@ import code.name.monkey.appthemehelper.util.ToolbarContentTintHelper;
|
|||
|
||||
|
||||
public class ATHToolbarActivity extends ATHActivity {
|
||||
|
||||
private Toolbar toolbar;
|
||||
|
||||
public static int getToolbarBackgroundColor(@Nullable Toolbar toolbar) {
|
||||
|
|
|
@ -159,8 +159,7 @@ public final class ToolbarContentTintHelper {
|
|||
radioButtonField.setAccessible(true);
|
||||
|
||||
final boolean isDark = !ColorUtil.INSTANCE.isColorLight(
|
||||
ATHUtil.INSTANCE
|
||||
.resolveColor(context, android.R.attr.windowBackground));
|
||||
ATHUtil.INSTANCE.resolveColor(context, android.R.attr.windowBackground));
|
||||
|
||||
for (int i = 0; i < listView.getChildCount(); i++) {
|
||||
View v = listView.getChildAt(i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue