mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 03:54:18 -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);
|
||||
layout.setOrientation(LinearLayout.HORIZONTAL);
|
||||
|
||||
coordinatorLayout = new CoordinatorLayout(context);
|
||||
|
||||
textViewIpAccess = new TextView(context);
|
||||
textViewIpAccess.setText(context.getString(R.string.sample_ip_address));
|
||||
textViewIpAccess.setTextSize(20);
|
||||
|
Loading…
x
Reference in New Issue
Block a user