mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 17:47:03 -04:00
Design: Change language area as a Spinner view
This commit is contained in:
@@ -61,7 +61,7 @@ public class MineActivity extends AppCompatActivity implements View.OnClickListe
|
||||
|
||||
replaceFonts(btm);
|
||||
|
||||
replaceFont((TextView) top.findViewById(R.id.topbar_language_text));
|
||||
replaceFont((TextView) top.findViewById(R.id.topbar_navmenu_changelang));
|
||||
|
||||
RelativeLayout.LayoutParams conLay = new RelativeLayout.LayoutParams(LinearLayout.LayoutParams.MATCH_PARENT, LinearLayout.LayoutParams.MATCH_PARENT);
|
||||
conLay.addRule(root.BELOW, topId);
|
||||
|
||||
Reference in New Issue
Block a user