Initialize coordinatorlayout

This commit is contained in:
Adeel Zafar 2019-08-02 16:16:54 +05:00
parent f1438b17bd
commit b3e17867c3

View File

@ -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);