am 129b6ef3: am 74deb86b: Fix detail header padding
* commit '129b6ef36920cb572ce4529eb5fab7f86c16aff7': Fix detail header padding
This commit is contained in:
@@ -15,7 +15,10 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
style="@style/BrightnessDialogContainer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:padding="@dimen/qs_panel_padding"
|
||||
android:background="@drawable/btn_borderless_rect" >
|
||||
|
||||
<TextView
|
||||
|
||||
@@ -168,7 +168,6 @@
|
||||
<style name="BaseBrightnessDialogContainer">
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:layout_alignParentBottom">true</item>
|
||||
</style>
|
||||
|
||||
<style name="BrightnessDialogContainer" parent="@style/BaseBrightnessDialogContainer" />
|
||||
|
||||
Reference in New Issue
Block a user