aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/item_load_comments.xml
blob: 9f994dc79bcd83d4d13e10ca7bbda6f9d54f85d5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                        
                                    
                                           
                                                   
                                                                       


                                                    
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

    <com.lsjwzh.widget.materialloadingprogressbar.CircleProgressBar
        android:id="@+id/comment_progress_bar_view_post_detail"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_margin="16dp"
        app:mlpb_progress_stoke_width="3dp"
        app:mlpb_progress_color="?attr/colorAccent"
        app:mlpb_background_color="?attr/circularProgressBarBackground"
        android:layout_gravity="center_horizontal"/>

</LinearLayout>