Skip to content

Instantly share code, notes, and snippets.

@aznoisib
Created April 14, 2020 06:53
Show Gist options
  • Save aznoisib/973f879d124979742765c4f15aa275f9 to your computer and use it in GitHub Desktop.
Save aznoisib/973f879d124979742765c4f15aa275f9 to your computer and use it in GitHub Desktop.
Dp
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="-1" android:layout_height="-1" app:layout_behavior="android.support.design.widget.AppBarLayout$ScrollingViewBehavior">
<RelativeLayout android:id="false" android:focusableInTouchMode="true" android:layout_width="-1" android:layout_height="-1">
<android.support.v7.widget.Toolbar android:theme="resourceId:0x7f0f000a" android:id="false" android:background="{2:2130903182}" android:layout_width="-1" android:layout_height="{2:2130903043}" android:layout_alignParentTop="true" android:elevation="4dp">
<LinearLayout android:layout_width="-1" android:layout_height="-1">
<TextView android:textColor="resourceId:0x106000b" android:gravity="0x11" android:id="false" android:background="res/drawable/ic_tab_black_24dp.xml" android:padding="5dp" android:layout_width="{2:2130903043}" android:layout_height="-1" android:text="0" android:breakStrategy="2" />
<EditText android:textColor="807f7f" android:textColorHint="807f7f" android:layout_gravity="0x11" android:id="false" android:background="ffffff" android:padding="5dp" android:layout_width="-1" android:layout_height="-2" android:hint=" Enter Search Or Address" android:ems="10" android:scrollHorizontally="true" android:selectAllOnFocus="true" android:inputType="0x80001" android:imeOptions="0x2" />
</LinearLayout>
</android.support.v7.widget.Toolbar>
<android.support.v7.widget.ActionMenuView android:id="false" android:background="{2:2130903182}" android:layout_width="-1" android:layout_height="{2:2130903043}" android:layout_alignParentBottom="true" android:elevation="4dp" />
<WebView android:id="false" android:layout_width="-1" android:layout_height="-1" android:layout_above="false" android:layout_below="false" />
<ProgressBar android:id="false" android:visibility="2" android:layout_width="-1" android:layout_height="5dp" android:max="100" android:layout_alignTop="false" android:layout_centerHorizontal="true" android:layout_centerVertical="true" style="@android:style/Widget.ProgressBar.Horizontal" />
</RelativeLayout>
</android.support.constraint.ConstraintLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment