You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
990 B
26 lines
990 B
<?xml version="1.0" encoding="utf-8"?> |
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
xmlns:custom="http://schemas.android.com/apk/res-auto" |
|
android:id="@+id/toolbar_layout" |
|
android:layout_width="match_parent" |
|
android:layout_height="wrap_content" |
|
android:background="?attr/colorPrimary" |
|
android:elevation="2dp" |
|
android:orientation="vertical" > |
|
|
|
<android.support.v7.widget.Toolbar |
|
android:id="@+id/toolbar" |
|
android:layout_width="match_parent" |
|
android:layout_height="?attr/actionBarSize" |
|
custom:contentInsetEnd="0dp" |
|
custom:contentInsetStart="0dp" /> |
|
|
|
<acr.browser.lightning.AnimatedProgressBar |
|
android:id="@+id/progress_view" |
|
android:layout_width="match_parent" |
|
android:layout_height="2dp" |
|
custom:bidirectionalAnimate="false" |
|
custom:backgroundColor="?attr/progressBackgroundColor" |
|
custom:progressColor="?attr/colorAccent" /> |
|
|
|
</LinearLayout> |