am 74deb86b: Fix detail header padding
* commit '74deb86bb261d5e121eebeaf4f60cc6e6db28c19': 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