Skip to content

Commit

Permalink
MàJ couleur des bandeaux de date de dernière synchronisation
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaelMobilia committed Feb 11, 2015
1 parent 04c7a49 commit 0a7fc1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion res/layout/liste_articles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
android:id="@+id/header_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/black"
android:background="#427191"
android:gravity="center"
android:singleLine="true"
android:text="@string/lastUpdate"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
android:id="@+id/header_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/black"
android:background="#427191"
android:gravity="center"
android:singleLine="true"
android:text="@string/lastUpdate"
Expand Down
2 changes: 1 addition & 1 deletion src/com/pcinpact/CommentairesActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
// Partie graphique
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
setContentView(R.layout.commentaires);
setContentView(R.layout.liste_commentaires);
setSupportProgressBarIndeterminateVisibility(false);

headerTextView = (TextView) findViewById(R.id.header_text);
Expand Down

0 comments on commit 0a7fc1b

Please sign in to comment.