Merge "Make Apps Icons size consistent in Battery Stats"
This commit is contained in:
committed by
Android (Google) Code Review
commit
c0ac943eb6
@@ -26,8 +26,9 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@android:id/icon"
|
||||
android:layout_width="@android:dimen/app_icon_size"
|
||||
android:layout_height="@android:dimen/app_icon_size"
|
||||
android:layout_width="@dimen/app_icon_size"
|
||||
android:layout_height="@dimen/app_icon_size"
|
||||
android:layout_gravity="center"
|
||||
android:layout_rowSpan="3"
|
||||
android:layout_marginEnd="8dip"
|
||||
android:scaleType="centerInside"
|
||||
|
@@ -90,6 +90,9 @@
|
||||
<!-- Default text size for caption preview samples. Uses dp rather than sp because captions are not scaled. -->
|
||||
<dimen name="caption_preview_text_size">48dp</dimen>
|
||||
|
||||
<!-- Dashboard image tile size -->
|
||||
<dimen name="app_icon_size">24dp</dimen>
|
||||
|
||||
<!-- ActionBar height -->
|
||||
<dimen name="actionbar_size">56dip</dimen>
|
||||
|
||||
|
@@ -24,7 +24,6 @@ import android.view.View;
|
||||
import android.widget.ProgressBar;
|
||||
import android.widget.TextView;
|
||||
|
||||
import com.android.internal.os.BatterySipper;
|
||||
import com.android.settings.R;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user