Skip to content

Commit c8e1bf3

Browse files
committed
修正webview进度条宽度
1 parent 5e08c91 commit c8e1bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diycode-app/src/main/res/layout/activity_web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
android:id="@+id/progress_bar"
4343
style="?android:attr/progressBarStyleHorizontal"
4444
android:layout_width="match_parent"
45-
android:layout_height="4dp"/>
45+
android:layout_height="2dp"/>
4646

4747
<FrameLayout
4848
android:id="@+id/webview_container"

0 commit comments

Comments
 (0)