Loading res/layout/fragment_pick.xml +8 −4 Original line number Diff line number Diff line Loading @@ -19,19 +19,23 @@ android:layout_height="@dimen/bottom_bar_height" android:orientation="horizontal" android:baselineAligned="false" android:gravity="end" android:gravity="center_vertical|end" android:paddingEnd="@dimen/bottom_bar_padding_end"> <android.support.design.button.MaterialButton android:id="@android:id/button2" style="@style/Widget.MaterialComponents.Button" style="@style/Widget.MaterialComponents.Button.OutlinedButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="4dp" android:layout_marginEnd="4dp" android:text="@android:string/cancel"/> <android.support.design.button.MaterialButton android:id="@android:id/button1" style="@style/Widget.MaterialComponents.Button" style="@style/Widget.MaterialComponents.Button.UnelevatedButton" android:layout_width="wrap_content" android:layout_height="wrap_content"/> android:layout_height="wrap_content" android:layout_marginStart="4dp" android:layout_marginEnd="4dp"/> </LinearLayout> res/layout/fragment_save.xml +3 −1 Original line number Diff line number Diff line Loading @@ -53,9 +53,11 @@ <android.support.design.button.MaterialButton android:id="@android:id/button1" style="@style/Widget.MaterialComponents.Button" style="@style/Widget.MaterialComponents.Button.UnelevatedButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="4dp" android:layout_marginEnd="4dp" android:text="@string/menu_save"/> <ProgressBar Loading Loading
res/layout/fragment_pick.xml +8 −4 Original line number Diff line number Diff line Loading @@ -19,19 +19,23 @@ android:layout_height="@dimen/bottom_bar_height" android:orientation="horizontal" android:baselineAligned="false" android:gravity="end" android:gravity="center_vertical|end" android:paddingEnd="@dimen/bottom_bar_padding_end"> <android.support.design.button.MaterialButton android:id="@android:id/button2" style="@style/Widget.MaterialComponents.Button" style="@style/Widget.MaterialComponents.Button.OutlinedButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="4dp" android:layout_marginEnd="4dp" android:text="@android:string/cancel"/> <android.support.design.button.MaterialButton android:id="@android:id/button1" style="@style/Widget.MaterialComponents.Button" style="@style/Widget.MaterialComponents.Button.UnelevatedButton" android:layout_width="wrap_content" android:layout_height="wrap_content"/> android:layout_height="wrap_content" android:layout_marginStart="4dp" android:layout_marginEnd="4dp"/> </LinearLayout>
res/layout/fragment_save.xml +3 −1 Original line number Diff line number Diff line Loading @@ -53,9 +53,11 @@ <android.support.design.button.MaterialButton android:id="@android:id/button1" style="@style/Widget.MaterialComponents.Button" style="@style/Widget.MaterialComponents.Button.UnelevatedButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="4dp" android:layout_marginEnd="4dp" android:text="@string/menu_save"/> <ProgressBar Loading