Merge "Minor UI tweak on Safety settings" into sc-dev

This commit is contained in:
Fan Zhang
2021-04-06 07:07:55 +00:00
committed by Android (Google) Code Review
3 changed files with 19 additions and 17 deletions

View File

@@ -14,22 +14,20 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<LinearLayout
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
android:layout_height="wrap_content">
<Button
android:id="@+id/button"
style="@style/ActionPrimaryButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="20dip"
android:layout_marginBottom="20dip"
style="@style/ActionPrimaryButton"
settings:allowDividerBelow="true"
android:gravity="center" />
android:layout_marginVertical="8dp"
android:layout_marginHorizontal="16dp"
android:theme="@style/RoundedCornerThemeOverlay"
settings:allowDividerBelow="true"/>
</LinearLayout>
</FrameLayout>