Design: Change language area as a Spinner view

This commit is contained in:
khanhduytran0
2020-08-01 12:12:01 +07:00
parent 9924302604
commit c286c79722
5 changed files with 22 additions and 22 deletions

View File

@@ -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);