Commit graph

22 commits

Author SHA1 Message Date
Adam Jones
5d299b1511 Simplify welcome layouts (#2741)
* Simplify welcome layouts

* Add landscape layouts

* Reformat welcome layouts

* Rename string resources
2019-04-16 12:35:42 +03:00
Silky Priya
0a3d8c09a7 Effective UI in nightmode (#2574)
* change bookmarks row button color

* achievement_background

* Change UI for nightmode

* revert first commit, change color of buttons in bottom_sheet in night mode
2019-03-11 21:38:44 +05:30
Mojtaba Rahimy
f79456ec8e "Skip Tutorial" button moved to parent view so that it does not animate by swipes. (#1945)
* Update WelcomeActivity.java

Now it starts welcome screen after not finishing the pager. Moved "Skip Tutorial" button here so it does not animate by swipe.

* Update activity_welcome.xml

Putting  "Skip Tutorial" button here so that it does not animate by swipes.

* Update LoginActivity.java

Removing the set of "first run " flag from here. we set it after the buttons press or on WelcomeActivity's finish()

* Update welcome_do_upload.xml

removing "skip tut" button from here.

* Update welcome_dont_upload.xml

Removing  "Skip Tutorial" button from here so that it does not animate by swipes.

* Update welcome_image_details.xml

Removing  "Skip Tutorial" button from here so that it does not animate by swipes.

* Update welcome_wikipedia.xml

Removing  "Skip Tutorial" button from here so that it does not animate by swipes.

* Update WelcomePagerAdapter.java

the "welcomyesButton" is removed from the child views in pager, so it is optional now.

* Add JavaDoc to WelcomeActivity.onBackPressed()

* Fix #2103: Remove welcomeYesButton from landscape layout

* Refactor WelcomePagerAdapter
2018-12-17 13:20:13 +02:00
Tanvi Dadu
57bfb7b328 Skip option in Welcome Screen (#1251)
*  Skip option in Welcome Screen

*  Tutorial screen Revamped

* fixed the prodDebug visibility
2018-03-10 22:47:21 +05:30
Meghna Gupta
68ac0db2e1 Formatted text in Tutorial pageviews 2018-02-26 09:25:05 +05:30
Paul Hawke
d9d174398d Initial pass to use standard margins/padding (in dimens.xml) 2017-12-22 15:24:30 -06:00
Dinu Kumarasiri
8f5be5a434 [Lint] Add content description to image views 2017-05-20 11:51:22 +02:00
Adam Jones
11e4fae297 Update deprecated values 2017-05-15 16:45:46 +01:00
veyndan
b076ba8090 Make description text white 2017-03-20 13:14:35 +00:00
veyndan
fb070ab694 Use GridLayout to show grid of Images instead of RelativeLayout 2017-03-07 01:34:24 +00:00
veyndan
62b434af35 Replace fill_parent with match_parent 2017-02-25 22:34:05 +00:00
misaochan
407054cb6b Change to montage of 'do' pics 2016-12-04 19:26:28 +13:00
misaochan
007be0799b Fix issue with pngs not displaying 2016-12-04 19:19:24 +13:00
misaochan
1bf58f0374 Add margin_left 2016-12-04 19:08:36 +13:00
misaochan
3ef1c53bb4 Use fitXY to fill space properly, and modify layout_width 2016-12-04 19:07:42 +13:00
misaochan
9c0f2a6c1f Fix welcome_do_upload.xml 2016-12-04 19:05:26 +13:00
misaochan
99d7a3624f Set images in relativelayout instead of gridlayout 2016-12-03 20:39:39 +13:00
misaochan
020ec52489 Rename image views 2016-12-03 20:34:41 +13:00
misaochan
ed7f2cc702 Fixed images to same height/width 2016-12-03 20:25:52 +13:00
misaochan
bf2c3e8bf4 Modify gridlayout 2016-12-03 20:01:46 +13:00
misaochan
129c0dea80 Add GridLayout to top area of 'do upload' 2016-12-03 19:05:05 +13:00
misaochan
8d3046868f Rename 2nd page of tutorial 2016-11-29 20:02:13 +13:00
Renamed from app/src/main/res/layout/welcome_copyright.xml (Browse further)