Merge "Minor UI tweak on Safety settings" into sc-dev
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user