Merge "Remove title bar background drawable from running app detail view"
This commit is contained in:
@@ -439,7 +439,6 @@ public class RunningServiceDetails extends Fragment
|
||||
|
||||
mAllDetails = (ViewGroup)view.findViewById(R.id.all_details);
|
||||
mSnippet = (ViewGroup)view.findViewById(R.id.snippet);
|
||||
mSnippet.setBackgroundResource(com.android.internal.R.drawable.title_bar_medium);
|
||||
mSnippet.setPadding(0, mSnippet.getPaddingTop(), 0, mSnippet.getPaddingBottom());
|
||||
mSnippetViewHolder = new RunningProcessesView.ViewHolder(mSnippet);
|
||||
|
||||
|
Reference in New Issue
Block a user