mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-23 04:33:54 -04:00
Initialize coordinatorlayout
This commit is contained in:
parent
f1438b17bd
commit
b3e17867c3
@ -47,6 +47,8 @@ public class WebServerHelper {
|
|||||||
LinearLayout layout = new LinearLayout(context);
|
LinearLayout layout = new LinearLayout(context);
|
||||||
layout.setOrientation(LinearLayout.HORIZONTAL);
|
layout.setOrientation(LinearLayout.HORIZONTAL);
|
||||||
|
|
||||||
|
coordinatorLayout = new CoordinatorLayout(context);
|
||||||
|
|
||||||
textViewIpAccess = new TextView(context);
|
textViewIpAccess = new TextView(context);
|
||||||
textViewIpAccess.setText(context.getString(R.string.sample_ip_address));
|
textViewIpAccess.setText(context.getString(R.string.sample_ip_address));
|
||||||
textViewIpAccess.setTextSize(20);
|
textViewIpAccess.setTextSize(20);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user