diff options
| author | 2022-10-26 19:23:28 +0000 | |
|---|---|---|
| committer | 2022-10-26 19:23:28 +0000 | |
| commit | facf686cad45d7dd6b15fed5e9f2121b6b9c3b8b (patch) | |
| tree | 9bdad7d78bc63c85d0d8cd459168f882c20ccf76 | |
| parent | a577c1d81609982a661988f6d3e0bb8bb9834862 (diff) | |
| parent | 9bc03972ef75cdf54e7271168ab479a355212b73 (diff) | |
Merge "Left aligned the Summary Description" into tm-qpr-dev
| -rw-r--r-- | packages/CompanionDeviceManager/res/values/styles.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/CompanionDeviceManager/res/values/styles.xml b/packages/CompanionDeviceManager/res/values/styles.xml index 428f2dc2eb35..2000d9675ca4 100644 --- a/packages/CompanionDeviceManager/res/values/styles.xml +++ b/packages/CompanionDeviceManager/res/values/styles.xml @@ -49,7 +49,6 @@ <style name="DescriptionSummary"> <item name="android:layout_width">match_parent</item> <item name="android:layout_height">wrap_content</item> - <item name="android:gravity">center</item> <item name="android:layout_marginTop">18dp</item> <item name="android:layout_marginLeft">18dp</item> <item name="android:layout_marginRight">18dp</item> |