mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-05-26 06:20:20 -04:00
优化焦点
This commit is contained in:
parent
bc1bc41347
commit
95a5ec7797
@ -59,7 +59,7 @@ public class HomeActivity extends BaseActivity {
|
|||||||
* 登录框
|
* 登录框
|
||||||
*/
|
*/
|
||||||
private void showLoginDialog() {
|
private void showLoginDialog() {
|
||||||
Log.d(TAG, "showLoginDialog: 跳出登录框");
|
//Log.d(TAG, "showLoginDialog: 跳出登录框");
|
||||||
AlertDialog.Builder builder = new AlertDialog.Builder(this);
|
AlertDialog.Builder builder = new AlertDialog.Builder(this);
|
||||||
AlertDialog alert = builder.setTitle("登录")
|
AlertDialog alert = builder.setTitle("登录")
|
||||||
.setMessage("请输入登录信息")
|
.setMessage("请输入登录信息")
|
||||||
@ -201,6 +201,9 @@ public class HomeActivity extends BaseActivity {
|
|||||||
titleView.setText(title);
|
titleView.setText(title);
|
||||||
tvContiner.addView(titleView);
|
tvContiner.addView(titleView);
|
||||||
tvContiner.addView(tvRecyclerView);
|
tvContiner.addView(tvRecyclerView);
|
||||||
|
if(title=="我的媒体"){
|
||||||
|
tvRecyclerView.requestFocus();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user