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