Skip to content

Commit d942300

Browse files
committed
Add button to the action bad on tablets to access the info page
1 parent 8c7a0da commit d942300

File tree

14 files changed

+82
-12
lines changed

14 files changed

+82
-12
lines changed

res/drawable-hdpi/ic_action_info.png

366 Bytes
Loading

res/drawable-hdpi/ic_action_log.png

1.15 KB
Loading

res/drawable-ldpi/ic_action_info.png

212 Bytes
Loading

res/drawable-ldpi/ic_action_log.png

536 Bytes
Loading

res/drawable-mdpi/ic_action_info.png

247 Bytes
Loading

res/drawable-mdpi/ic_action_log.png

780 Bytes
Loading

res/drawable-xhdpi/ic_action_info.png

467 Bytes
Loading

res/drawable-xhdpi/ic_action_log.png

1.63 KB
Loading

res/values-large/styles.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<resources>
17+
<resources xmlns:android="http://schemas.android.com/apk/res/android">
1818
<style name="Theme.Superuser" parent="Theme.Sherlock.Light.DarkActionBar">
1919
<item name="actionBarStyle">@style/Widget.Superuser.ActionBar</item>
2020
<item name="android:actionBarStyle">@style/Widget.Superuser.ActionBar</item>
@@ -40,7 +40,18 @@
4040
<item name="android:orientation">horizontal</item>
4141
<item name="android:background">@drawable/app_icon_header_background</item>
4242
</style>
43-
43+
44+
<style name="AppInfoLayout">
45+
<item name="android:paddingLeft">20dp</item>
46+
<item name="android:paddingRight">20dp</item>
47+
<item name="android:paddingTop">20dp</item>
48+
<item name="android:background">@drawable/panel_content</item>
49+
</style>
50+
51+
<style name="AppInfoRow" parent="AppDetailsRow">
52+
<item name="android:orientation">vertical</item>
53+
</style>
54+
4455
<style name="DetailsLabel">
4556
<item name="android:layout_width">120dp</item>
4657
<item name="android:layout_height">match_parent</item>

res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<string name="info_temp_unroot">temp unroot</string>
9292
<string name="info_temp_unroot_unsuccessful">temp unroot unsuccessful</string>
9393
<string name="info_ota_survival">ota survival</string>
94-
<string name="info_ota_survival_warning">note: these options are not guatanteed and will not work for all devices</string>
94+
<string name="info_ota_survival_warning">note: these options are not guaranteed and will not work for all devices</string>
9595
<string name="info_version_loading">loading Superuser version</string>
9696
<string name="info_version">superuser v%1$s (%2$d)</string>
9797
<string name="info_bin_version_loading">Loading su binary version</string>

0 commit comments

Comments
 (0)