Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
am ff46b1c: unbreak the build by picking in the fix from bryce.
Browse files Browse the repository at this point in the history
* commit 'ff46b1c50f21eb283336d14387949858afb2ab97':
  unbreak the build by picking in the fix from bryce.
  • Loading branch information
cwren authored and Android Git Automerger committed Dec 4, 2012
2 parents 60c7624 + ff46b1c commit fa02135
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion res/values-land/styles.xml
Expand Up @@ -27,7 +27,6 @@
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_centerVertical">true</item>
<item name="android:layout_toLeftOf">@+id/indicator_control</item>
<item name="android:layout_marginRight">@dimen/setting_popup_right_margin</item>
<item name="android:visibility">gone</item>
</style>
Expand Down
1 change: 0 additions & 1 deletion res/values-port/styles.xml
Expand Up @@ -27,7 +27,6 @@
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_centerHorizontal">true</item>
<item name="android:layout_above">@+id/indicator_control</item>
<item name="android:layout_marginBottom">@dimen/setting_popup_right_margin</item>
<item name="android:visibility">gone</item>
</style>
Expand Down

0 comments on commit fa02135

Please sign in to comment.