Small design changes #327

Merged
mmarif merged 3 commits from :add-styling into master 2020-03-31 18:49:43 +00:00
Member
No description provided.
mmarif reviewed 2020-03-31 05:45:33 +00:00
Dismissed
@ -24,4 +25,3 @@
<TextView
android:id="@+id/branchCommitAuthor"
android:layout_marginTop="10dp"

Please keep this

Please keep this
@ -18,17 +18,17 @@
android:id="@+id/branchName"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="monospace"

Not so sure of this change. @6543 what you think?

It will not take effect if font is changed.

Not so sure of this change. @6543 what you think? It will not take effect if font is changed.
@ -29,3 +29,3 @@
android:layout_height="wrap_content"
android:textIsSelectable="true"
android:textColor="?attr/primaryTextColor"
android:textIsSelectable="true"

What's the change here?

What's the change here?

I'm for removing this diff too

I'm for removing this diff too
mmarif added the
Improvement
label 2020-03-31 05:46:11 +00:00
mmarif changed title from Small design changes. to Small design changes 2020-03-31 05:46:31 +00:00
Author
Member

Removed changes of branches_list.xml

Removed changes of branches_list.xml
mmarif added this to the 2.5.0 milestone 2020-03-31 15:25:29 +00:00
mmarif approved these changes 2020-03-31 15:26:00 +00:00
Dismissed
mmarif added the
LGTM-done
label 2020-03-31 15:28:39 +00:00
Member

@anonTree1417 pleace resolfe confict

the file app/src/main/res/layout/labels_list.xml moved to app/src/main/res/layout/list_labels.xml

@anonTree1417 pleace resolfe confict the file `app/src/main/res/layout/labels_list.xml` moved to `app/src/main/res/layout/list_labels.xml`
Member

@anonTree1417 just execute this:

git checkout -f master; git pull; git checkout -f add-styling; git merge --no-ff master

oder in deutsch: merge den aktuellen masterbranch in dinen feature branch

@anonTree1417 just execute this: `git checkout -f master; git pull; git checkout -f add-styling; git merge --no-ff master` oder in deutsch: merge den aktuellen masterbranch in dinen feature branch
6543 approved these changes 2020-03-31 17:55:13 +00:00
Dismissed
mmarif closed this pull request 2020-03-31 18:49:43 +00:00
opyale deleted branch add-styling 2020-03-31 18:50:58 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No Assignees
3 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitnex/GitNex#327
No description provided.