Fix for missing stuff, where did it go

pull/14/head
Tim Su 13 years ago
parent 852491fa1f
commit 14e8d33258

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromYDelta="0" android:toYDelta="0" android:duration="250"/>
</set>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -42,11 +42,14 @@
<style name="Theme.Dialog">
<item name="android:windowIsFloating">true</item>
<item name="android:windowBackground">@drawable/panel_background</item>
<item name="android:windowTitleStyle">@android:style/DialogWindowTitle</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
<item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item>
<item name="android:layout_width">fill_parent</item>
<item name="android:windowTitleSize">18dip</item>
<item name="android:windowTitleStyle">@style/DialogTitle</item>
<item name="android:windowTitleBackgroundStyle">@style/DialogTitle</item>
<item name="android:colorBackgroundCacheHint">@null</item>
</style>
@ -78,13 +81,6 @@
<item name="android:background">#323331</item>
</style>
<style name="Theme.Dialog" parent="android:Theme.Dialog">
<item name="android:layout_width">fill_parent</item>
<item name="android:windowTitleSize">18dip</item>
<item name="android:windowTitleStyle">@style/DialogTitle</item>
<item name="android:windowTitleBackgroundStyle">@style/DialogTitle</item>
</style>
<!--=============================================== TaskListActivity == -->
<style name="TextAppearance.TLA_NoItems">

Loading…
Cancel
Save