mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-05-26 06:20:20 -04:00
优化
This commit is contained in:
parent
cb1ef5c615
commit
c81ac71bc1
@ -130,13 +130,8 @@ public class MainActivity extends BaseActivity {
|
||||
});
|
||||
tvRecyclerView.setAdapter(jAdapter);
|
||||
|
||||
int ts = tvContiner.getResources().getDimensionPixelSize(R.dimen.title_size);
|
||||
ts = Utils.getPixelsFromDp(mActivity,ts);
|
||||
TextView titleView = new TextView(tvRecyclerView.getContext());
|
||||
titleView.setText(title);
|
||||
//titleView.setTextSize(ts);
|
||||
//titleView.setTextColor(0xFFFFFFFF);
|
||||
|
||||
mActivity.runOnUiThread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
Loading…
Reference in New Issue
Block a user